Type Alias: MusicVideoResource
type MusicVideoResource = Resource<MusicVideoAttributes> & {
type: "music-videos";
relationships?: MusicVideoRelationships;
views?: MusicVideoViews;
meta?: Record<string, unknown>;
};
Defined in: endpoints/MusicVideos/types.ts:71
Type Declaration
| Name | Type | Defined in |
|---|---|---|
type | "music-videos" | endpoints/MusicVideos/types.ts:72 |
relationships? | MusicVideoRelationships | endpoints/MusicVideos/types.ts:73 |
views? | MusicVideoViews | endpoints/MusicVideos/types.ts:74 |
meta? | Record<string, unknown> | endpoints/MusicVideos/types.ts:75 |