| 1 | type CFRouterContext = [env: Env, ctx: ExecutionContext]; |
| 2 | |
| 3 | interface AxesMetadata { |
| 4 | default: string; |
| 5 | min: string; |
| 6 | max: string; |
| 7 | step: string; |
| 8 | } |
| 9 | |
| 10 | type VariableMetadata = Record<string, AxesMetadata>; |
| 11 |
nothing calls this directly
no outgoing calls
no test coverage detected