Skip to main content
Version: 2.0.0

LoadTrackResponseTrack

ruvyrias


ruvyrias / LoadTrackResponseTrack

Interface: LoadTrackResponseTrack

Defined in: types/Response.ts:39

Represents a response indicating that a single track has been loaded.

Properties

data

data: TrackData

Defined in: types/Response.ts:43

The data associated with the loaded track.


loadType

loadType: "track"

Defined in: types/Response.ts:41

The type of load, indicating it's a single track.