Interface: MusicVideoRelationshipResponse<T>
Defined in: endpoints/MusicVideos/types.ts:220
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends MusicVideoRelationshipName | MusicVideoRelationshipName |
Properties
| Property | Type | Defined in |
|---|---|---|
data | MusicVideoRelationshipResourceMap[T][] | endpoints/MusicVideos/types.ts:223 |
href? | string | endpoints/MusicVideos/types.ts:224 |
meta? | Record<string, unknown> | endpoints/MusicVideos/types.ts:225 |
next? | string | endpoints/MusicVideos/types.ts:226 |