Skip to content

Commit

Permalink
Update src/legacy/core_plugins/data/public/search/tabify/types.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: Luke Elmers <lukeelmers@gmail.com>
  • Loading branch information
alexwizp and lukeelmers committed Feb 19, 2020
1 parent fc0eb9d commit 8e52a3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy/core_plugins/data/public/search/tabify/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ export interface TimeRange extends RangeFilterParams {
export interface TabbedResponseWriterOptions {
metricsAtAllLevels: boolean;
partialRows: boolean;
timeRange?: { [key: string]: any };
timeRange?: EsRangeFilter['range'];
}

0 comments on commit 8e52a3f

Please sign in to comment.