Interface: ArtistsViewResponse
Defined in: endpoints/Artists/types.ts:257
Properties
| Property | Type | Defined in |
|---|---|---|
data | ( | ArtistAlbumResource | ArtistPlaylistResource | ArtistMusicVideoResource | ArtistSongResource | ArtistSimilarArtistResource)[] | endpoints/Artists/types.ts:258 |
href? | string | endpoints/Artists/types.ts:259 |
next? | string | endpoints/Artists/types.ts:260 |
meta | { [k: string]: unknown; metrics?: { dataSetId?: string; }; } | endpoints/Artists/types.ts:261 |
meta.metrics? | { dataSetId?: string; } | endpoints/Artists/types.ts:262 |
meta.metrics.dataSetId? | string | endpoints/Artists/types.ts:263 |