diff --git a/src/runtime/types.ts b/src/runtime/types.ts index cf049a1..ce57457 100644 --- a/src/runtime/types.ts +++ b/src/runtime/types.ts @@ -16,6 +16,9 @@ import type { _Transform, } from 'nuxt/dist/app/composables/asyncData' +// Inspired by trpc/react-query client types +// https://github.com/trpc/trpc/blob/next/packages/react-query/src/createTRPCReact.tsx + /** * @internal */