-
-
Notifications
You must be signed in to change notification settings - Fork 797
Closed
Labels
Milestone
Description
The current TypeScript related improvements in v5 are pretty solid but the following improvements should still be included:
- Typed queries: This would allow to type
params.querywhich will play well with the new schema types. - Inferred pagination: The return value for a
findis currentlyPaginated<T>|T[]which means you always have to cast the result. We should find a way to either set a fixedfindreturn value or infer it from thepaginatesettings.
Reactions are currently unavailable