Interface PlaylistClearParams

interface PlaylistClearParams {
    playlistid: number;
}

Properties

Properties

playlistid: number