| 114 | '/playlists/import/$providerId': typeof PlaylistsImportProviderIdRoute |
| 115 | } |
| 116 | export 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 | } |
| 131 | export interface FileRouteTypes { |
| 132 | fileRoutesByFullPath: FileRoutesByFullPath |
| 133 | fullPaths: |
nothing calls this directly
no outgoing calls
no test coverage detected