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

Interface FileRoutesById

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

Source from the content-addressed store, hash-verified

94}
95
96export 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
104export interface FileRouteTypes {
105 fileRoutesByFullPath: FileRoutesByFullPath;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected