| 239 | ) |
| 240 | |
| 241 | export 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 | |
| 255 | export interface FileRoutesByTo { |
| 256 | '': typeof LayoutRouteWithChildren |
nothing calls this directly
no outgoing calls
no test coverage detected