Interface PlaylistResult

interface PlaylistResult {
    data: Playlist;
    loadType: PLAYLIST;
}

Properties

Properties

data: Playlist
loadType: PLAYLIST