mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 20:19:33 +01:00
fix types
This commit is contained in:
@@ -58,7 +58,7 @@ export async function useAsyncQuery<
|
||||
options,
|
||||
)
|
||||
|
||||
return result
|
||||
return result as any
|
||||
}
|
||||
|
||||
export function useClient(): TRPCClient<AppRouter> {
|
||||
|
||||
Reference in New Issue
Block a user