Lint
This commit is contained in:
parent
d55e29f9a6
commit
ea151e2ee5
|
@ -34,7 +34,7 @@
|
||||||
const { styleable, Provider, ActionTypes, API } = getContext<SDK>("sdk")
|
const { styleable, Provider, ActionTypes, API } = getContext<SDK>("sdk")
|
||||||
const component = getContext<Component>("component")
|
const component = getContext<Component>("component")
|
||||||
|
|
||||||
let interval: NodeJS.Timeout
|
let interval: ReturnType<typeof setInterval>
|
||||||
let queryExtensions: Record<string, any> = {}
|
let queryExtensions: Record<string, any> = {}
|
||||||
|
|
||||||
$: defaultQuery = QueryUtils.buildQuery(filter)
|
$: defaultQuery = QueryUtils.buildQuery(filter)
|
||||||
|
|
Loading…
Reference in New Issue