web: Add timestamp display format to measure configuration.
This commit is contained in:
1
web/src/models.d.ts
vendored
1
web/src/models.d.ts
vendored
@ -17,6 +17,7 @@ export interface LoginSubmit {
|
||||
export interface MeasureConfig {
|
||||
type: MeasureType;
|
||||
isVisible: boolean;
|
||||
timestampDisplayFormat: string;
|
||||
}
|
||||
|
||||
export interface TextMeasureConfig extends MeasureConfig {
|
||||
|
Reference in New Issue
Block a user