-
-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Description
It would be great if the return type of a generated useQuery were automatically exported, making it easier for me to use them in my own interfaces. Since the recent update you released, the return type of a query is, for example, Omit<useQueryResult<type, unknown>, "data"> & { data: TData }, which is fantastic because it allows us to override the return type. However, it now requires me to adjust all my code to accommodate the 'omit' variant, and 'UseQueryResult<type, unknown>' is no longer valid.
Metadata
Metadata
Assignees
Labels
No labels