mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-23 16:13:09 +00:00
9 lines
157 B
TypeScript
9 lines
157 B
TypeScript
export enum ExtraSeriesFormat {
|
|
Date = 'Date',
|
|
Raw = 'Raw',
|
|
}
|
|
|
|
export enum ExtraSeriesFormatValue {
|
|
Date = 'YYYY/MM/DD/HH_mm_ss',
|
|
Raw = '',
|
|
} |