Type Alias: MusicVideoArtistResource
type MusicVideoArtistResource = Resource<ArtistAttributes> & {
type: "artists";
};
Defined in: endpoints/MusicVideos/types.ts:59
Type Declaration
| Name | Type | Defined in |
|---|---|---|
type | "artists" | endpoints/MusicVideos/types.ts:60 |