UNPKG

spotify-ts-wrapper

Version:

Spotify TypeScript wrapper.

3 lines 183 B
import type { Recommendations } from "../Interfaces"; export declare function recommendationsParser(body: any): Recommendations[]; //# sourceMappingURL=recommendations.parser.d.ts.map