MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / FileRoutesByTo

Interface FileRoutesByTo

frontend/src/routeTree.gen.ts:255–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255export interface FileRoutesByTo {
256 '': typeof LayoutRouteWithChildren
257 '/login': typeof PublicLayoutLoginRoute
258 '/signup': typeof PublicLayoutSignupRoute
259 '/thanks': typeof PublicLayoutThanksRoute
260 '/': typeof PublicLayoutIndexRoute
261 '/collections': typeof LayoutCollectionsIndexRoute
262 '/collections/$collectionId/practice': typeof LayoutCollectionsCollectionIdPracticeRoute
263 '/collections/$collectionId/stats': typeof LayoutCollectionsCollectionIdStatsRoute
264 '/collections/$collectionId': typeof LayoutCollectionsCollectionIdIndexRoute
265 '/collections/$collectionId/cards/$cardId': typeof LayoutCollectionsCollectionIdCardsCardIdRoute
266 '/collections/$collectionId/cards/new': typeof LayoutCollectionsCollectionIdCardsNewRoute
267}
268
269export interface FileRoutesById {
270 __root__: typeof rootRoute

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected