remove QueryConfig interface from tableOptions

pull/10616/head
Iris Scholten 2018-03-21 16:15:21 -07:00
parent f57b699fc3
commit feffaf417c
1 changed files with 0 additions and 8 deletions

View File

@ -32,14 +32,6 @@ type Options = {
fixFirstColumn: boolean
}
interface QueryConfig {
measurement: string
fields: {
alias: string
value: string
}[]
}
interface Props {
handleUpdateTableOptions: (options: Options) => void
tableOptions: Options