| 1 | import { createORPCClient } from '@orpc/client' |
| 2 | import { os } from '@orpc/server' |
| 3 | import { StandardOpenAPIHandler } from '../../../../openapi/src/adapters/standard/openapi-handler' |
| 4 | import { StandardOpenAPILink } from './openapi-link' |
nothing calls this directly
no test coverage detected