Interface PlaylistResponseData

interface PlaylistResponseData {
    info: PlaylistInfo;
    pluginInfo: any;
    tracks: Track[];
}

Properties

The info of the playlist

pluginInfo: any

Addition playlist info provided by plugins

tracks: Track[]

The tracks of the playlist