| 1 | import type { AnySchema } from '@orpc/contract' |
| 2 | import type { Context, CreateProcedureClientOptions, ErrorMap, Lazyable, Meta, Procedure } from '@orpc/server' |
| 3 | import type { Interceptor, MaybeOptionalOptions } from '@orpc/shared' |
| 4 | import { createORPCErrorFromJson, ORPCError } from '@orpc/client' |
nothing calls this directly
no test coverage detected