Interface: ArtistRelationships
Defined in: endpoints/Artists/types.ts:112
Indexable
[k: string]: RelationshipWithRefs<RelationshipRef>
Properties
| Property | Type | Defined in |
|---|---|---|
albums? | RelationshipWithRefs<RelationshipRef & { attributes?: AlbumAttributes; }> | endpoints/Artists/types.ts:113 |
genres? | RelationshipWithRefs | endpoints/Artists/types.ts:116 |
music-videos? | RelationshipWithRefs<RelationshipRef & { attributes?: MusicVideoAttributes; }> | endpoints/Artists/types.ts:117 |
playlists? | RelationshipWithRefs<RelationshipRef & { attributes?: PlaylistAttributes; }> | endpoints/Artists/types.ts:120 |
station? | RelationshipWithRefs<RelationshipRef & { attributes?: StationAttributes; }> | endpoints/Artists/types.ts:123 |