mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
Delete: Song history
This commit is contained in:
@@ -62,7 +62,7 @@ interface Album {
|
||||
uri: string
|
||||
}
|
||||
|
||||
interface Item {
|
||||
export interface Item {
|
||||
album: Album & { album_group: 'album' | 'single' | 'compilation' | 'appears_on' ; artists: Artist[] }
|
||||
artists: Artist[]
|
||||
available_markets: string[]
|
||||
@@ -82,6 +82,7 @@ interface Item {
|
||||
type: string
|
||||
uri: string
|
||||
is_local: boolean
|
||||
device: Device
|
||||
}
|
||||
|
||||
export interface PlayerResponse {
|
||||
|
||||
Reference in New Issue
Block a user