PlaylistInfo
ruvyrias / PlaylistInfo
Interface: PlaylistInfo
Defined in: types/Response.ts:27
Represents information about a playlist, including its name and the index of the selected track.
Properties
name
name:
string
Defined in: types/Response.ts:31
The name of the playlist.
selectedTrack
selectedTrack:
number
Defined in: types/Response.ts:33
The index of the selected track within the playlist.
type
type:
"playlist"
Defined in: types/Response.ts:29
The type of the playlist