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

Interface FileRoutesById

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

Source from the content-addressed store, hash-verified

114 '/playlists/import/$providerId': typeof PlaylistsImportProviderIdRoute
115}
116export interface FileRoutesById {
117 __root__: typeof rootRouteImport
118 '/': typeof IndexRoute
119 '/dashboard': typeof DashboardRoute
120 '/search': typeof SearchRoute
121 '/sources': typeof SourcesRoute
122 '/favorites/albums': typeof FavoritesAlbumsRoute
123 '/favorites/artists': typeof FavoritesArtistsRoute
124 '/favorites/tracks': typeof FavoritesTracksRoute
125 '/playlists/$playlistId': typeof PlaylistsPlaylistIdRoute
126 '/playlists/': typeof PlaylistsIndexRoute
127 '/album/$providerId/$albumId': typeof AlbumProviderIdAlbumIdRoute
128 '/artist/$providerId/$artistId': typeof ArtistProviderIdArtistIdRoute
129 '/playlists/import/$providerId': typeof PlaylistsImportProviderIdRoute
130}
131export interface FileRouteTypes {
132 fileRoutesByFullPath: FileRoutesByFullPath
133 fullPaths:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected