From 8e52a3f55f77ead55064348725a86b69a1b67782 Mon Sep 17 00:00:00 2001 From: Alexey Antonov Date: Wed, 19 Feb 2020 11:43:25 +0300 Subject: [PATCH] Update src/legacy/core_plugins/data/public/search/tabify/types.ts Co-Authored-By: Luke Elmers --- src/legacy/core_plugins/data/public/search/tabify/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/legacy/core_plugins/data/public/search/tabify/types.ts b/src/legacy/core_plugins/data/public/search/tabify/types.ts index 9cd31198e3da024..7a7c98037c74c2b 100644 --- a/src/legacy/core_plugins/data/public/search/tabify/types.ts +++ b/src/legacy/core_plugins/data/public/search/tabify/types.ts @@ -28,5 +28,5 @@ export interface TimeRange extends RangeFilterParams { export interface TabbedResponseWriterOptions { metricsAtAllLevels: boolean; partialRows: boolean; - timeRange?: { [key: string]: any }; + timeRange?: EsRangeFilter['range']; }