| 75 | '/': typeof LayoutIndexRoute |
| 76 | } |
| 77 | export interface FileRoutesByTo { |
| 78 | '/login': typeof LoginRoute |
| 79 | '/recover-password': typeof RecoverPasswordRoute |
| 80 | '/reset-password': typeof ResetPasswordRoute |
| 81 | '/signup': typeof SignupRoute |
| 82 | '/admin': typeof LayoutAdminRoute |
| 83 | '/items': typeof LayoutItemsRoute |
| 84 | '/settings': typeof LayoutSettingsRoute |
| 85 | '/': typeof LayoutIndexRoute |
| 86 | } |
| 87 | export interface FileRoutesById { |
| 88 | __root__: typeof rootRouteImport |
| 89 | '/_layout': typeof LayoutRouteWithChildren |
nothing calls this directly
no outgoing calls
no test coverage detected