Interface TrackResponseTypePlaylist

interface TrackResponseTypePlaylist {
    data: PlaylistResponseData;
    loadType: PLAYLIST;
}

Properties

Properties

loadType: PLAYLIST