[Backport 8.14] Add Date to DateMath type (#2232)

Co-authored-by: Josh Mock <joshua.mock@elastic.co>
(cherry picked from commit 768ba3d8ae)

Co-authored-by: Rami <72725910+ramikg@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-04-18 14:32:36 -05:00
committed by GitHub
parent 8d92539292
commit 3e74c3efc4
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 DateFormat = string
export type DateMath = string export type DateMath = string | Date
export type DateTime = string | EpochTime<UnitMillis> export type DateTime = string | EpochTime<UnitMillis>

View File

@ -2117,7 +2117,7 @@ export type DataStreamNames = DataStreamName | DataStreamName[]
export type DateFormat = string export type DateFormat = string
export type DateMath = string export type DateMath = string | Date
export type DateTime = string | EpochTime<UnitMillis> export type DateTime = string | EpochTime<UnitMillis>