Interface: ArtistsResponse
Defined in: endpoints/Artists/types.ts:245
Properties
| Property | Type | Defined in |
|---|---|---|
data | ArtistResource[] | endpoints/Artists/types.ts:246 |
meta | { [k: string]: unknown; metrics?: { dataSetId?: string; }; } | endpoints/Artists/types.ts:247 |
meta.metrics? | { dataSetId?: string; } | endpoints/Artists/types.ts:248 |
meta.metrics.dataSetId? | string | endpoints/Artists/types.ts:249 |
href? | string | endpoints/Artists/types.ts:253 |
next? | string | endpoints/Artists/types.ts:254 |