Conditionally Building Queries
I want to start a query like this:
And conditionally add to it. Then later for an indexed query:
Then later, an optional in memory filtering.
Something like that anyway. But I run into:
is missing the following properties from type 'QueryInitializer<{ document: { _id: Id<"requests">; _creationTime: .... etc.
