UNPKG

spotify-ts-wrapper

Version:

Spotify TypeScript wrapper.

3 lines 151 B
import { Podcast } from "../Interfaces/Podcast"; export declare function parsePodcast(body: any): Podcast; //# sourceMappingURL=podcast.parser.d.ts.map