| 65 | } as any) |
| 66 | |
| 67 | export interface FileRoutesByFullPath { |
| 68 | '/login': typeof LoginRoute |
| 69 | '/recover-password': typeof RecoverPasswordRoute |
| 70 | '/reset-password': typeof ResetPasswordRoute |
| 71 | '/signup': typeof SignupRoute |
| 72 | '/admin': typeof LayoutAdminRoute |
| 73 | '/items': typeof LayoutItemsRoute |
| 74 | '/settings': typeof LayoutSettingsRoute |
| 75 | '/': typeof LayoutIndexRoute |
| 76 | } |
| 77 | export interface FileRoutesByTo { |
| 78 | '/login': typeof LoginRoute |
| 79 | '/recover-password': typeof RecoverPasswordRoute |
nothing calls this directly
no outgoing calls
no test coverage detected