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

Interface FileRoutesByFullPath

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

Source from the content-addressed store, hash-verified

80// Create and export the route tree
81
82export interface FileRoutesByFullPath {
83 "/": typeof IndexRoute;
84 "/auth/signin": typeof AuthSigninRoute;
85 "/auth/signup": typeof AuthSignupRoute;
86 "/auth/two-factor": typeof AuthTwoFactorRoute;
87}
88
89export interface FileRoutesByTo {
90 "/": typeof IndexRoute;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected