Skip to content

Commit

Permalink
updating based on tims review
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Nov 6, 2018
1 parent 9374c17 commit 28ffebe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/ui/public/visualize/loader/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,12 @@ export interface TimeRange {
to: string;
}

export interface FilterMeta {
disabled: boolean;
}

export interface Filter {
meta: any;
meta: FilterMeta;
query: object;
}

Expand Down

0 comments on commit 28ffebe

Please sign in to comment.