| 1 | import type { Client } from '@orpc/client' |
| 2 | import type { RPCHandlerOptions } from '@orpc/server/websocket' |
| 3 | import type { DurableObject } from 'cloudflare:workers' |
| 4 | import type { DurableIteratorObjectDef } from '../object' |
nothing calls this directly
no test coverage detected