Is it possible to obtain the return type of useFetch in nuxt3?
I want to specify the APIBody type as follows, but it results in an error: Property ‘test’ does not exist on type ‘NonNullable<PickFrom<_ResT, KeysOf>>’. Is there currently no way to specify the return type of useFetch? If so, it feels very inconvenient…