Interface: AlbumRelationships
Defined in: endpoints/Albums/types.ts:95
Indexable
[k: string]: RelationshipWithRefs<RelationshipRef>
Properties
| Property | Type | Defined in |
|---|---|---|
artists? | RelationshipWithRefs | endpoints/Albums/types.ts:96 |
genres? | RelationshipWithRefs | endpoints/Albums/types.ts:97 |
library? | RelationshipWithRefs | endpoints/Albums/types.ts:98 |
record-labels? | RelationshipWithRefs | endpoints/Albums/types.ts:99 |
tracks? | RelationshipWithRefs<RelationshipRef & { attributes?: SongAttributes | MusicVideoAttributes; }> | endpoints/Albums/types.ts:100 |