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