LoadTrackResponseTrack
ruvyrias / LoadTrackResponseTrack
Interface: LoadTrackResponseTrack
Defined in: src/Response.ts:38
Represents a response indicating that a single track has been loaded.
Properties
data
data:
TrackData
Defined in: src/Response.ts:42
The data associated with the loaded track.
loadType
loadType:
"track"
Defined in: src/Response.ts:40
The type of load, indicating it's a single track.