UNPKG

spotify-ts-wrapper

Version:

Spotify TypeScript wrapper.

9 lines 283 B
import type { Sections } from "../Interfaces/Sections"; export declare function sectionParser(body: any): Sections; export declare function fetchAlbum(content: any): { title: any; id: string; artists: any; artwork: any; }; //# sourceMappingURL=section.parser.d.ts.map