Skip to main content
Version: 1.4.1

PlaylistInfo

ruvyrias


ruvyrias / PlaylistInfo

Interface: PlaylistInfo

Defined in: src/Response.ts:26

Represents information about a playlist, including its name and the index of the selected track.

Properties

name

name: string

Defined in: src/Response.ts:30

The name of the playlist.


selectedTrack

selectedTrack: number

Defined in: src/Response.ts:32

The index of the selected track within the playlist.


type

type: "playlist"

Defined in: src/Response.ts:28

The type of the playlist