UNPKG
@yujinakayama/apple-music
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.0
0.2.0
0.1.1
0.1.0
Apple Music API Client for Node.js
github.com/yujinakayama/apple-music-node
@yujinakayama/apple-music
/
dist
/
serverTypes
/
artwork.d.ts
11 lines
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
export
interface
Artwork
{
bgColor
?:
string
;
height
:
number
;
width
:
number
;
textColor1
?:
string
;
textColor2
?:
string
;
textColor3
?:
string
;
textColor4
?:
string
;
url
:
string
; }
//# sourceMappingURL=artwork.d.ts.map