| 21 | '/': typeof OcrIndexRoute |
| 22 | } |
| 23 | export interface FileRoutesByTo { |
| 24 | '/': typeof OcrIndexRoute |
| 25 | } |
| 26 | export interface FileRoutesById { |
| 27 | __root__: typeof rootRouteImport |
| 28 | '/_ocr/': typeof OcrIndexRoute |
nothing calls this directly
no outgoing calls
no test coverage detected