| 13 | import { type AxisRegistry, isAxisRegistryQuery } from './types'; |
| 14 | |
| 15 | interface DownloadRequest extends IRequestStrict { |
| 16 | id: string; |
| 17 | } |
| 18 | |
| 19 | const router = Router<DownloadRequest, CFRouterContext>(); |
| 20 |
nothing calls this directly
no outgoing calls
no test coverage detected