Add Date to DateMath type (#2208)
Co-authored-by: Josh Mock <joshua.mock@elastic.co>
This commit is contained in:
@ -2044,7 +2044,7 @@ export type DataStreamNames = DataStreamName | DataStreamName[]
|
||||
|
||||
export type DateFormat = string
|
||||
|
||||
export type DateMath = string
|
||||
export type DateMath = string | Date
|
||||
|
||||
export type DateTime = string | EpochTime<UnitMillis>
|
||||
|
||||
|
||||
@ -2117,7 +2117,7 @@ export type DataStreamNames = DataStreamName | DataStreamName[]
|
||||
|
||||
export type DateFormat = string
|
||||
|
||||
export type DateMath = string
|
||||
export type DateMath = string | Date
|
||||
|
||||
export type DateTime = string | EpochTime<UnitMillis>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user