Type Alias: ArtistRelationshipResourceMap
type ArtistRelationshipResourceMap = {
albums: ArtistAlbumResource;
genres: Resource<GenericAttributes> & {
type: "genres";
};
music-videos: ArtistMusicVideoResource;
playlists: ArtistPlaylistResource;
station: ArtistStationResource;
};
Defined in: endpoints/Artists/types.ts:87
Properties
albums
albums: ArtistAlbumResource;
Defined in: endpoints/Artists/types.ts:88
genres
genres: Resource<GenericAttributes> & {
type: "genres";
};
Defined in: endpoints/Artists/types.ts:89
Type Declaration
| Name | Type | Defined in |
|---|---|---|
type | "genres" | endpoints/Artists/types.ts:89 |
music-videos
music-videos: ArtistMusicVideoResource;
Defined in: endpoints/Artists/types.ts:90
playlists
playlists: ArtistPlaylistResource;
Defined in: endpoints/Artists/types.ts:91
station
station: ArtistStationResource;
Defined in: endpoints/Artists/types.ts:92