Skip to main content

Interface: SongRelationships

Defined in: endpoints/Songs/types.ts:81

Indexable

[k: string]: RelationshipWithRefs<RelationshipRef>

Properties

PropertyTypeDefined in
albums?RelationshipWithRefs<RelationshipRef & { attributes?: AlbumAttributes; }>endpoints/Songs/types.ts:82
artists?RelationshipWithRefs<RelationshipRef & { attributes?: ArtistAttributes; }>endpoints/Songs/types.ts:85
composers?RelationshipWithRefs<RelationshipRef & { attributes?: ArtistAttributes; }>endpoints/Songs/types.ts:88
genres?RelationshipWithRefs<RelationshipRef & { attributes?: GenericAttributes; }>endpoints/Songs/types.ts:91
library?RelationshipWithRefs<RelationshipRef & { attributes?: GenericAttributes; }>endpoints/Songs/types.ts:94
music-videos?RelationshipWithRefs<RelationshipRef & { attributes?: MusicVideoAttributes; }>endpoints/Songs/types.ts:97
station?RelationshipWithRefs<RelationshipRef & { attributes?: StationAttributes; }>endpoints/Songs/types.ts:100