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

Interface FileRoutesByFullPath

frontend/src/routeTree.gen.ts:67–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65} as any)
66
67export interface FileRoutesByFullPath {
68 '/login': typeof LoginRoute
69 '/recover-password': typeof RecoverPasswordRoute
70 '/reset-password': typeof ResetPasswordRoute
71 '/signup': typeof SignupRoute
72 '/admin': typeof LayoutAdminRoute
73 '/items': typeof LayoutItemsRoute
74 '/settings': typeof LayoutSettingsRoute
75 '/': typeof LayoutIndexRoute
76}
77export interface FileRoutesByTo {
78 '/login': typeof LoginRoute
79 '/recover-password': typeof RecoverPasswordRoute

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected