Skip to main content

Type Alias: MusicVideoRelationshipResourceMap

type MusicVideoRelationshipResourceMap = {
albums: MusicVideoAlbumResource;
artists: MusicVideoArtistResource;
genres: MusicVideoGenreResource;
library: MusicVideoLibraryResource;
songs: MusicVideoSongResource;
};

Defined in: endpoints/MusicVideos/types.ts:78

Properties

albums

albums: MusicVideoAlbumResource;

Defined in: endpoints/MusicVideos/types.ts:79


artists

artists: MusicVideoArtistResource;

Defined in: endpoints/MusicVideos/types.ts:80


genres

genres: MusicVideoGenreResource;

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


library

library: MusicVideoLibraryResource;

Defined in: endpoints/MusicVideos/types.ts:82


songs

songs: MusicVideoSongResource;

Defined in: endpoints/MusicVideos/types.ts:83