chore(ui): fix type to match v1.x reality
parent
0fa57113a4
commit
e146023f4a
|
@ -1,4 +1,4 @@
|
|||
export type TimeSeriesValue = string | number | null
|
||||
export type TimeSeriesValue = string | number | boolean | null
|
||||
|
||||
export interface TimeSeriesSeries {
|
||||
name?: string
|
||||
|
|
Loading…
Reference in New Issue