Skip to main content
Version: 2.0.0

DeezerAlbum

ruvyrias


ruvyrias / DeezerAlbum

Interface: DeezerAlbum

Defined in: types/Deezer.ts:52

Represents an album on Deezer, containing information such as its ID, title, and release date.

Properties

cover

cover: string

Defined in: types/Deezer.ts:57


cover_big

cover_big: string

Defined in: types/Deezer.ts:60


cover_medium

cover_medium: string

Defined in: types/Deezer.ts:59


cover_small

cover_small: string

Defined in: types/Deezer.ts:58


cover_xl

cover_xl: string

Defined in: types/Deezer.ts:61


id

id: number

Defined in: types/Deezer.ts:54


link: string

Defined in: types/Deezer.ts:56


md5_image

md5_image: string

Defined in: types/Deezer.ts:62


release_date

release_date: string

Defined in: types/Deezer.ts:63


title

title: string

Defined in: types/Deezer.ts:55


tracklist

tracklist: string

Defined in: types/Deezer.ts:64


tracks

tracks: DeezerTrack

Defined in: types/Deezer.ts:53


type

type: string

Defined in: types/Deezer.ts:65