Type Alias: SongMusicVideoResource
type SongMusicVideoResource = Resource<MusicVideoAttributes> & {
type: "music-videos";
};
Defined in: endpoints/Songs/types.ts:62
Type Declaration
| Name | Type | Defined in |
|---|---|---|
type | "music-videos" | endpoints/Songs/types.ts:63 |