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
/
artistRelationship.d.ts
6 lines
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Relationship
}
from
'./relationship'
;
import
{
Artist
}
from
'./artist'
;
export
interface
ArtistRelationship
extends
Relationship
{
data
:
Artist
[]; }
//# sourceMappingURL=artistRelationship.d.ts.map