| 106 | : never |
| 107 | |
| 108 | interface InternalContext { |
| 109 | __middleware_output?: Record<string, unknown> |
| 110 | __parsed_query?: Record<string, unknown> |
| 111 | __parsed_body?: Record<string, unknown> |
| 112 | } |
| 113 | |
| 114 | export class Router< |
| 115 | T extends Record<string, OperationType<any, any> | Record<string, any>> = {}, |
nothing calls this directly
no outgoing calls
no test coverage detected