This commit is contained in:
Adria Navarro 2025-01-15 11:38:58 +01:00
parent d55e29f9a6
commit ea151e2ee5
1 changed files with 1 additions and 1 deletions

View File

@ -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)