| 94 | } |
| 95 | |
| 96 | export interface FileRoutesById { |
| 97 | __root__: typeof rootRoute; |
| 98 | "/": typeof IndexRoute; |
| 99 | "/auth/signin": typeof AuthSigninRoute; |
| 100 | "/auth/signup": typeof AuthSignupRoute; |
| 101 | "/auth/two-factor": typeof AuthTwoFactorRoute; |
| 102 | } |
| 103 | |
| 104 | export interface FileRouteTypes { |
| 105 | fileRoutesByFullPath: FileRoutesByFullPath; |
nothing calls this directly
no outgoing calls
no test coverage detected