Add Date to DateMath type (#2208)

Co-authored-by: Josh Mock <joshua.mock@elastic.co>
This commit is contained in:
Rami
2024-04-18 22:31:21 +03:00
committed by GitHub
parent 2da30cd4cd
commit 768ba3d8ae
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>