Type Alias: MusicVideoViewResourceMap
type MusicVideoViewResourceMap = {
more-by-artist: MusicVideoResource;
more-in-genre: MusicVideoResource;
};
Defined in: endpoints/MusicVideos/types.ts:89
Properties
more-by-artist
more-by-artist: MusicVideoResource;
Defined in: endpoints/MusicVideos/types.ts:90
more-in-genre
more-in-genre: MusicVideoResource;
Defined in: endpoints/MusicVideos/types.ts:91