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: