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

Interface FileRoutesById

frontend/src/routeTree.gen.ts:87–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 '/': typeof LayoutIndexRoute
86}
87export interface FileRoutesById {
88 __root__: typeof rootRouteImport
89 '/_layout': typeof LayoutRouteWithChildren
90 '/login': typeof LoginRoute
91 '/recover-password': typeof RecoverPasswordRoute
92 '/reset-password': typeof ResetPasswordRoute
93 '/signup': typeof SignupRoute
94 '/_layout/admin': typeof LayoutAdminRoute
95 '/_layout/items': typeof LayoutItemsRoute
96 '/_layout/settings': typeof LayoutSettingsRoute
97 '/_layout/': typeof LayoutIndexRoute
98}
99export interface FileRouteTypes {
100 fileRoutesByFullPath: FileRoutesByFullPath
101 fullPaths:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected