Type Alias: MusicVideoSongResource
type MusicVideoSongResource = Resource<SongAttributes> & {
type: "songs";
};
Defined in: endpoints/MusicVideos/types.ts:68
Type Declaration
| Name | Type | Defined in |
|---|---|---|
type | "songs" | endpoints/MusicVideos/types.ts:69 |
type MusicVideoSongResource = Resource<SongAttributes> & {
type: "songs";
};
Defined in: endpoints/MusicVideos/types.ts:68
| Name | Type | Defined in |
|---|---|---|
type | "songs" | endpoints/MusicVideos/types.ts:69 |