UNPKG

spotify-ts-wrapper

Version:

Spotify TypeScript wrapper.

3 lines 168 B
import { Podcast } from "../Interfaces/Podcast"; export declare function getPodcast<T extends string>(id: T): Promise<Podcast>; //# sourceMappingURL=getPodcast.d.ts.map