mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-23 16:30:41 +01:00
fix: link types
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { TRPCClientErrorLike, TRPCRequestOptions as _TRPCRequestOptions } from '@trpc/client'
|
||||
import { type TRPCSubscriptionObserver } from '@trpc/client/dist/internals/TRPCClient'
|
||||
import { type TRPCSubscriptionObserver } from '@trpc/client/dist/internals/TRPCUntypedClient'
|
||||
import type {
|
||||
AnyMutationProcedure,
|
||||
AnyProcedure,
|
||||
|
||||
Reference in New Issue
Block a user