You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm not getting type feedback on whether my type input of a resource is correct.
I'm not getting a return type based on the used resource when using for example "useOne" and have to manually do it.
Describe alternatives you've considered
No response
Additional context
No response
Describe the thing to improve
Would be nice to know that a resource I'm calling exists via types. So I'm getting a type error if I'm calling "product" instead of "products" for example.
This would be the first implementation I'd really enjoy.
A bonus implementation, if even possible would be to automagically type the return type of the resources used, right now I'm manually marking them, this solution does work just fine, but it definitely would be more sleek if I didn't have to.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem? Please describe.
Describe alternatives you've considered
No response
Additional context
No response
Describe the thing to improve
Would be nice to know that a resource I'm calling exists via types. So I'm getting a type error if I'm calling "product" instead of "products" for example.
This would be the first implementation I'd really enjoy.
A bonus implementation, if even possible would be to automagically type the return type of the resources used, right now I'm manually marking them, this solution does work just fine, but it definitely would be more sleek if I didn't have to.
The text was updated successfully, but these errors were encountered: