spotify-api / spotify-api.js

A complete wrapper for spotify web api for deno, node.js and the browser.
https://spotify-api.js.org
MIT License
214 stars 19 forks source link

Add scopes in spotify-types package. #69

Closed tito400 closed 3 years ago

tito400 commented 3 years ago

https://github.com/spotify-api/spotify-api.js/blob/f0579b09e3b61fbfdc8491f6059c78bf891b9f24/src/Interface.ts#L272

Why not add this Scopes in the spotify-types package itself?

scientific-dev commented 3 years ago

The spotify-types package is supposed to only have types with no javascript code and Scopes here is an object. I will add it to spotify-types only if others too want it like that.