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

Interface LayoutRouteChildren

frontend/src/routeTree.gen.ts:197–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195// Create and export the route tree
196
197interface LayoutRouteChildren {
198 LayoutCollectionsIndexRoute: typeof LayoutCollectionsIndexRoute
199 LayoutCollectionsCollectionIdPracticeRoute: typeof LayoutCollectionsCollectionIdPracticeRoute
200 LayoutCollectionsCollectionIdStatsRoute: typeof LayoutCollectionsCollectionIdStatsRoute
201 LayoutCollectionsCollectionIdIndexRoute: typeof LayoutCollectionsCollectionIdIndexRoute
202 LayoutCollectionsCollectionIdCardsCardIdRoute: typeof LayoutCollectionsCollectionIdCardsCardIdRoute
203 LayoutCollectionsCollectionIdCardsNewRoute: typeof LayoutCollectionsCollectionIdCardsNewRoute
204}
205
206const LayoutRouteChildren: LayoutRouteChildren = {
207 LayoutCollectionsIndexRoute: LayoutCollectionsIndexRoute,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected