Removed unused queryAST interface
parent
afedf89be5
commit
ad0018f932
|
@ -52,17 +52,6 @@ interface Field {
|
||||||
alias?: string
|
alias?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
interface QueryAST {
|
|
||||||
fields: Field[]
|
|
||||||
limits: {limit: number}
|
|
||||||
sources: Sources[]
|
|
||||||
condition?: any
|
|
||||||
groupBy?: {
|
|
||||||
tags?: string[]
|
|
||||||
time: {interval: string}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
queryConfigs: QueryConfig[]
|
queryConfigs: QueryConfig[]
|
||||||
handleUpdateTableOptions: (options: Options) => void
|
handleUpdateTableOptions: (options: Options) => void
|
||||||
|
|
Loading…
Reference in New Issue