Type Alias: ArtistMusicVideoResource
type ArtistMusicVideoResource = Resource<MusicVideoAttributes> & {
type: "music-videos";
};
Defined in: endpoints/Artists/types.ts:76
Type Declaration
| Name | Type | Defined in |
|---|---|---|
type | "music-videos" | endpoints/Artists/types.ts:77 |