Type Alias: SongRelationshipResourceMap
type SongRelationshipResourceMap = {
albums: SongAlbumResource;
artists: SongArtistResource;
composers: SongComposerResource;
genres: SongGenreResource;
library: SongLibraryResource;
music-videos: SongMusicVideoResource;
station: SongStationResource;
};
Defined in: endpoints/Songs/types.ts:69
Properties
albums
albums: SongAlbumResource;
Defined in: endpoints/Songs/types.ts:70
artists
artists: SongArtistResource;
Defined in: endpoints/Songs/types.ts:71
composers
composers: SongComposerResource;
Defined in: endpoints/Songs/types.ts:72
genres
genres: SongGenreResource;
Defined in: endpoints/Songs/types.ts:73
library
library: SongLibraryResource;
Defined in: endpoints/Songs/types.ts:74
music-videos
music-videos: SongMusicVideoResource;
Defined in: endpoints/Songs/types.ts:75
station
station: SongStationResource;
Defined in: endpoints/Songs/types.ts:76