Interface: SongResource
Defined in: endpoints/Songs/types.ts:106
Extends
Resource<SongAttributes>
Properties
| Property | Type | Overrides | Inherited from | Defined in |
|---|---|---|---|---|
type | "songs" | Resource.type | - | endpoints/Songs/types.ts:107 |
relationships? | SongRelationships | Resource.relationships | - | endpoints/Songs/types.ts:108 |
meta? | Record<string, unknown> | Resource.meta | - | endpoints/Songs/types.ts:109 |
id | string | - | Resource.id | types/SharedResourceTypes.ts:66 |
href? | string | - | Resource.href | types/SharedResourceTypes.ts:68 |
attributes | SongAttributes | - | Resource.attributes | types/SharedResourceTypes.ts:69 |