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

Interface FileRoutesByFullPath

frontend/src/routeTree.gen.ts:241–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239)
240
241export interface FileRoutesByFullPath {
242 '': typeof PublicLayoutRouteWithChildren
243 '/login': typeof PublicLayoutLoginRoute
244 '/signup': typeof PublicLayoutSignupRoute
245 '/thanks': typeof PublicLayoutThanksRoute
246 '/': typeof PublicLayoutIndexRoute
247 '/collections': typeof LayoutCollectionsIndexRoute
248 '/collections/$collectionId/practice': typeof LayoutCollectionsCollectionIdPracticeRoute
249 '/collections/$collectionId/stats': typeof LayoutCollectionsCollectionIdStatsRoute
250 '/collections/$collectionId': typeof LayoutCollectionsCollectionIdIndexRoute
251 '/collections/$collectionId/cards/$cardId': typeof LayoutCollectionsCollectionIdCardsCardIdRoute
252 '/collections/$collectionId/cards/new': typeof LayoutCollectionsCollectionIdCardsNewRoute
253}
254
255export interface FileRoutesByTo {
256 '': typeof LayoutRouteWithChildren

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected