MCPcopy Create free account
hub / github.com/better-auth/examples / FileRoutesByTo

Interface FileRoutesByTo

tanstack-example/app/routeTree.gen.ts:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87}
88
89export interface FileRoutesByTo {
90 "/": typeof IndexRoute;
91 "/auth/signin": typeof AuthSigninRoute;
92 "/auth/signup": typeof AuthSignupRoute;
93 "/auth/two-factor": typeof AuthTwoFactorRoute;
94}
95
96export interface FileRoutesById {
97 __root__: typeof rootRoute;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected