UNPKG

spotify-ts-wrapper

Version:

Spotify TypeScript wrapper.

16 lines 315 B
export interface Podcast { name?: string; image?: string; publisher?: string; description?: string; type?: string; id?: string; rating?: number | undefined; topics?: Topics[]; } interface Topics { name?: string; id?: string; } export {}; //# sourceMappingURL=Podcast.d.ts.map