| 1 | import type { OpenAPI } from '@orpc/contract' |
| 2 | import { oc } from '@orpc/contract' |
| 3 | import { os } from '@orpc/server' |
| 4 | import { applyCustomOpenAPIOperation, customOpenAPIOperation, getCustomOpenAPIOperation } from './openapi-custom' |
nothing calls this directly
no test coverage detected