UNPKG

spotify-ts-wrapper

Version:

Spotify TypeScript wrapper.

3 lines 162 B
import type { Playlist } from "../Interfaces/Playlist"; export declare function playlistParser(body: any): Playlist; //# sourceMappingURL=playlist.parser.d.ts.map