We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa480ff commit 783765eCopy full SHA for 783765e
packages/api/src/trpc/index.ts
@@ -1,5 +1,4 @@
1
import { initTRPC, TRPCError } from '@trpc/server'
2
-import type { inferAsyncReturnType } from '@trpc/server'
3
import type { CreateFastifyContextOptions } from '@trpc/server/adapters/fastify'
4
import type { FastifyInstance } from 'fastify'
5
import { userRoutes } from './user/index.js'
0 commit comments