Open
Description
Is your feature request related to a problem? Please describe.
This repo contains a copy of the typings for the Spotify's Web API endpoints. It quickly gets out of date (eg I made some changes in this repo but didn't synchronize them with the typings on DefinitelyTyped. Wherever they are, these typings also need to be tested.
Describe the solution you'd like
- Move the typings away from this repo, to slim it down and avoid sync issues.
Describe alternatives you've considered
- Do we need to have them locally?
- Can we fetch them from DefinitelyTyped somehow? Would that increase the size of the package?
Additional context