UNPKG

spotify-ts-wrapper

Version:

Spotify TypeScript wrapper.

7 lines 218 B
interface AttributesInterface { key: string; value: string; } export declare function fetchPlaylistAttributes(attributes: AttributesInterface[]): string; export {}; //# sourceMappingURL=fetchAttributes.d.ts.map