Interface: SongsResponse
Defined in: endpoints/Songs/types.ts:168
Properties
| Property | Type | Defined in |
|---|---|---|
data | SongResource[] | endpoints/Songs/types.ts:169 |
href? | string | endpoints/Songs/types.ts:170 |
next? | string | endpoints/Songs/types.ts:171 |
meta | { [k: string]: unknown; metrics?: { dataSetId?: string; }; } | endpoints/Songs/types.ts:172 |
meta.metrics? | { dataSetId?: string; } | endpoints/Songs/types.ts:173 |
meta.metrics.dataSetId? | string | endpoints/Songs/types.ts:174 |