MCPcopy
hub / github.com/nukeop/nuclear / FileRoutesByFullPath

Interface FileRoutesByFullPath

packages/player/src/routeTree.gen.ts:88–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86} as any)
87
88export interface FileRoutesByFullPath {
89 '/': typeof IndexRoute
90 '/dashboard': typeof DashboardRoute
91 '/search': typeof SearchRoute
92 '/sources': typeof SourcesRoute
93 '/favorites/albums': typeof FavoritesAlbumsRoute
94 '/favorites/artists': typeof FavoritesArtistsRoute
95 '/favorites/tracks': typeof FavoritesTracksRoute
96 '/playlists/$playlistId': typeof PlaylistsPlaylistIdRoute
97 '/playlists/': typeof PlaylistsIndexRoute
98 '/album/$providerId/$albumId': typeof AlbumProviderIdAlbumIdRoute
99 '/artist/$providerId/$artistId': typeof ArtistProviderIdArtistIdRoute
100 '/playlists/import/$providerId': typeof PlaylistsImportProviderIdRoute
101}
102export interface FileRoutesByTo {
103 '/': typeof IndexRoute
104 '/dashboard': typeof DashboardRoute

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected