This is the output of the playlist endpoint (as a single item, the endpoint will return an array of this)

interface PlaylistOutput {
    id: string;
    title: string;
}

Properties

Properties

id: string

The id of the playlist

title: string

The title of the playlist