Closed Qsppl closed 3 weeks ago
const query = { type: "search-string", string: searchParams.string ?? null, rule: searchParams.rule?.id ?? null, } // this works, but this use case is not specified in the types const result = await store.resolve([Project], query)
Type of resolve() helper:
resolve()
The types should be updated. I'll do it. Thanks for the issue.
Fixed with dd206112515505b024a35fd2b100a92b21501857
Type of
resolve()
helper: