Interface PlaylistDetails

PlaylistDetails ($ref: "Playlist.Details") Represents the details of a playlist.

interface PlaylistDetails {
    name: string;
    playlistid: string;
    type: PlaylistType;
}

Properties

Properties

name: string
playlistid: string