custom useFetch composable return typing response
This is my useCustomFetch wrapper.
in server/api/public/test.get.ts I created a simple json response.
If I use normal useFetch it already knows the response from the endpoint and it apply types and in majority of cases (atleast in theory) I won't even need to write types for the reponses
in server/api/public/test.get.ts I created a simple json response.
If I use normal useFetch it already knows the response from the endpoint and it apply types and in majority of cases (atleast in theory) I won't even need to write types for the reponses

