First iteration of the home page parser
This commit is contained in:
11
src/app.d.ts
vendored
11
src/app.d.ts
vendored
@@ -61,11 +61,8 @@ declare global {
|
||||
serviceType: serviceType
|
||||
type: 'album'
|
||||
duration?: number
|
||||
albumArtists?: {
|
||||
id: string
|
||||
name: string
|
||||
}[]
|
||||
artists?: {
|
||||
// Album Artists
|
||||
id: string
|
||||
name: string
|
||||
}[]
|
||||
@@ -186,6 +183,12 @@ declare global {
|
||||
expiry: number
|
||||
}
|
||||
}
|
||||
|
||||
interface HomeItems {
|
||||
listenAgain: MediaItem[]
|
||||
quickPicks: MediaItem[]
|
||||
newReleases: MediaItem[]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user