| 87 | } |
| 88 | |
| 89 | export interface FileRoutesByTo { |
| 90 | "/": typeof IndexRoute; |
| 91 | "/auth/signin": typeof AuthSigninRoute; |
| 92 | "/auth/signup": typeof AuthSignupRoute; |
| 93 | "/auth/two-factor": typeof AuthTwoFactorRoute; |
| 94 | } |
| 95 | |
| 96 | export interface FileRoutesById { |
| 97 | __root__: typeof rootRoute; |
nothing calls this directly
no outgoing calls
no test coverage detected