Interface: MusicVideoRelationships
Defined in: endpoints/MusicVideos/types.ts:94
Indexable
[k: string]: RelationshipWithRefs<RelationshipRef>
Properties
| Property | Type | Defined in |
|---|---|---|
albums? | RelationshipWithRefs<RelationshipRef & { attributes?: AlbumAttributes; }> | endpoints/MusicVideos/types.ts:95 |
artists? | RelationshipWithRefs<RelationshipRef & { attributes?: ArtistAttributes; }> | endpoints/MusicVideos/types.ts:98 |
genres? | RelationshipWithRefs | endpoints/MusicVideos/types.ts:101 |
library? | RelationshipWithRefs<RelationshipRef & { attributes?: GenericAttributes; }> | endpoints/MusicVideos/types.ts:102 |
songs? | RelationshipWithRefs<RelationshipRef & { attributes?: SongAttributes; }> | endpoints/MusicVideos/types.ts:105 |