remove QueryConfig interface from tableOptions
parent
f57b699fc3
commit
feffaf417c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue