Interface: SongsRelationshipResponse<T>
Defined in: endpoints/Songs/types.ts:180
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends SongRelationshipName | SongRelationshipName |
Properties
| Property | Type | Defined in |
|---|---|---|
data | SongRelationshipResourceMap[T][] | endpoints/Songs/types.ts:183 |
href? | string | endpoints/Songs/types.ts:184 |
next? | string | endpoints/Songs/types.ts:185 |
meta? | Record<string, unknown> | endpoints/Songs/types.ts:186 |