Type Alias: AlbumTrackResource
type AlbumTrackResource = Resource<SongAttributes | MusicVideoAttributes> & {
type: "songs" | "music-videos";
};
Defined in: endpoints/Albums/types.ts:68
Type Declaration
| Name | Type | Defined in |
|---|---|---|
type | "songs" | "music-videos" | endpoints/Albums/types.ts:70 |