musicbrainz-scripts icon indicating copy to clipboard operation
musicbrainz-scripts copied to clipboard

Migrate from ambient types to explicit type imports

Open kellnerd opened this issue 2 years ago • 0 comments

Ambient type declarations are no longer visible if you try to import code from this package into another project. Using explicit type imports in the affected JSDoc type annotations should fix this issue.

kellnerd avatar May 04 '23 13:05 kellnerd