Removed unused queryAST interface

table/group-by
ebb-tide 2018-04-20 14:51:15 -07:00
parent afedf89be5
commit ad0018f932
1 changed files with 0 additions and 11 deletions

View File

@ -52,17 +52,6 @@ interface Field {
alias?: string
}
interface QueryAST {
fields: Field[]
limits: {limit: number}
sources: Sources[]
condition?: any
groupBy?: {
tags?: string[]
time: {interval: string}
}
}
interface Props {
queryConfigs: QueryConfig[]
handleUpdateTableOptions: (options: Options) => void