UNPKG

spotify-ts-wrapper

Version:

Spotify TypeScript wrapper.

8 lines 282 B
import type { Recommendations } from "../Interfaces/index"; interface IOptions { id: string; limit?: number; } export declare function getRecommendations<T extends IOptions>(options: T): Promise<Recommendations[]>; export {}; //# sourceMappingURL=getRecommendations.d.ts.map