spotify-web-api-node
spotify-web-api-node copied to clipboard
type `explicit_content` does not exist on CurrentUsersProfileResponse
It seems that a lot of response types are invalid for a lot of APIs, especially when certain scopes are enabled/disabled. Atm I have this code which works at runtime but there's clearly a type error because there's no such .explicit_content on the type CurrentUsersProfileResponse
