| 85 | '/': typeof LayoutIndexRoute |
| 86 | } |
| 87 | export interface FileRoutesById { |
| 88 | __root__: typeof rootRouteImport |
| 89 | '/_layout': typeof LayoutRouteWithChildren |
| 90 | '/login': typeof LoginRoute |
| 91 | '/recover-password': typeof RecoverPasswordRoute |
| 92 | '/reset-password': typeof ResetPasswordRoute |
| 93 | '/signup': typeof SignupRoute |
| 94 | '/_layout/admin': typeof LayoutAdminRoute |
| 95 | '/_layout/items': typeof LayoutItemsRoute |
| 96 | '/_layout/settings': typeof LayoutSettingsRoute |
| 97 | '/_layout/': typeof LayoutIndexRoute |
| 98 | } |
| 99 | export interface FileRouteTypes { |
| 100 | fileRoutesByFullPath: FileRoutesByFullPath |
| 101 | fullPaths: |
nothing calls this directly
no outgoing calls
no test coverage detected