Interface PlaylistRemoveParams

PlaylistRemoveParams ($ref: "Playlist.Remove.Params") Parameters for the Remove method.

interface PlaylistRemoveParams {
    playlistid: string;
    position: number;
}

Properties

Properties

playlistid: string
position: number