How to wrap response type with useAsyncData from Nuxt?
I currently have this working but I'm not sure how to fix the typings so that the return type is inferred correctly as AsyncData<ReturnType>
Proxy code:
function createNuxtTRPCClient(client: CreateTRPCClient<AppRouter>) {