| 1 | import type { Client } from '@orpc/client' |
| 2 | import type { AnySchema, ErrorMap, ORPCError } from '@orpc/contract' |
| 3 | import type { baseErrorMap, BaseMeta, inputSchema, outputSchema } from '../../contract/tests/shared' |
| 4 | import type { Context } from './context' |
nothing calls this directly
no test coverage detected