MCPcopy
hub / github.com/fastapi/full-stack-fastapi-template / FileRoutesByTo

Interface FileRoutesByTo

frontend/src/routeTree.gen.ts:77–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 '/': typeof LayoutIndexRoute
76}
77export interface FileRoutesByTo {
78 '/login': typeof LoginRoute
79 '/recover-password': typeof RecoverPasswordRoute
80 '/reset-password': typeof ResetPasswordRoute
81 '/signup': typeof SignupRoute
82 '/admin': typeof LayoutAdminRoute
83 '/items': typeof LayoutItemsRoute
84 '/settings': typeof LayoutSettingsRoute
85 '/': typeof LayoutIndexRoute
86}
87export interface FileRoutesById {
88 __root__: typeof rootRouteImport
89 '/_layout': typeof LayoutRouteWithChildren

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected