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

Interface FileRoutesById

frontend/src/routeTree.gen.ts:269–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269export interface FileRoutesById {
270 __root__: typeof rootRoute
271 '/_layout': typeof LayoutRouteWithChildren
272 '/_publicLayout': typeof PublicLayoutRouteWithChildren
273 '/_publicLayout/login': typeof PublicLayoutLoginRoute
274 '/_publicLayout/signup': typeof PublicLayoutSignupRoute
275 '/_publicLayout/thanks': typeof PublicLayoutThanksRoute
276 '/_publicLayout/': typeof PublicLayoutIndexRoute
277 '/_layout/collections/': typeof LayoutCollectionsIndexRoute
278 '/_layout/collections/$collectionId/practice': typeof LayoutCollectionsCollectionIdPracticeRoute
279 '/_layout/collections/$collectionId/stats': typeof LayoutCollectionsCollectionIdStatsRoute
280 '/_layout/collections/$collectionId/': typeof LayoutCollectionsCollectionIdIndexRoute
281 '/_layout/collections/$collectionId/cards/$cardId': typeof LayoutCollectionsCollectionIdCardsCardIdRoute
282 '/_layout/collections/$collectionId/cards/new': typeof LayoutCollectionsCollectionIdCardsNewRoute
283}
284
285export interface FileRouteTypes {
286 fileRoutesByFullPath: FileRoutesByFullPath

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected