Interface PlaylistResult

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

Properties

Properties

loadType: PLAYLIST
data: Playlist