spotify-web-api-js
spotify-web-api-js copied to clipboard
Wrong type for AlbumObjectSimplified
Describe the bug
The fields on the AlbumObjectSimplified
type are incorrect. For example it should have a field release_date
but it doesn't. You can see the expected fields on the official Spotify docs here.
I found another repo here which provides correct types. Maybe you could copy those?