mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
feat: updates
This commit is contained in:
parent
222fb02355
commit
47e41dea9b
24 changed files with 380 additions and 130 deletions
30
packages/shared/AppleMusic.ts
Normal file
30
packages/shared/AppleMusic.ts
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
export interface AppleMusicAlbum {
|
||||
attributes: {
|
||||
name: string
|
||||
artistName: string
|
||||
editorialVideo: {
|
||||
motionSquareVideo1x1: {
|
||||
video: string
|
||||
}
|
||||
}
|
||||
editorialNotes: {
|
||||
short: string
|
||||
standard: string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export interface AppleMusicArtist {
|
||||
attributes: {
|
||||
name: string
|
||||
artistBio: string
|
||||
editorialVideo: {
|
||||
motionArtistSquare1x1: {
|
||||
video: string
|
||||
}
|
||||
}
|
||||
artwork: {
|
||||
url: string
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue