| 28 | '/c/$column': typeof CColumnRoute |
| 29 | } |
| 30 | export interface FileRoutesByTo { |
| 31 | '/': typeof IndexRoute |
| 32 | '/c/$column': typeof CColumnRoute |
| 33 | } |
| 34 | export interface FileRoutesById { |
| 35 | __root__: typeof rootRouteImport |
| 36 | '/': typeof IndexRoute |
nothing calls this directly
no outgoing calls
no test coverage detected