spotify-web-api-node icon indicating copy to clipboard operation
spotify-web-api-node copied to clipboard

type `explicit_content` does not exist on CurrentUsersProfileResponse

Open alii opened this issue 3 years ago • 0 comments

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 image

alii avatar Dec 31 '21 11:12 alii