UNPKG

@yujinakayama/apple-music

Version:

Apple Music API Client for Node.js

11 lines 244 B
export interface Artwork { bgColor?: string; height: number; width: number; textColor1?: string; textColor2?: string; textColor3?: string; textColor4?: string; url: string; } //# sourceMappingURL=artwork.d.ts.map