From f8de361eaf5774c5eca4710e591013150fb8bfd2 Mon Sep 17 00:00:00 2001 From: Robert Soriano Date: Sat, 29 Oct 2022 19:24:43 -0700 Subject: [PATCH] add inspiration comment --- src/runtime/types.ts | 3 +++ 1 file changed, 3 insertions(+) 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 */