| 36 | fileRoutesById: FileRoutesById |
| 37 | } |
| 38 | export interface RootRouteChildren { |
| 39 | OcrIndexRoute: typeof OcrIndexRoute |
| 40 | } |
| 41 | |
| 42 | declare module '@tanstack/react-router' { |
| 43 | interface FileRoutesByPath { |
nothing calls this directly
no outgoing calls
no test coverage detected