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

Interface RootRouteChildren

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

Source from the content-addressed store, hash-verified

111}
112
113export interface RootRouteChildren {
114 IndexRoute: typeof IndexRoute;
115 AuthSigninRoute: typeof AuthSigninRoute;
116 AuthSignupRoute: typeof AuthSignupRoute;
117 AuthTwoFactorRoute: typeof AuthTwoFactorRoute;
118}
119
120const rootRouteChildren: RootRouteChildren = {
121 IndexRoute: IndexRoute,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected