LoadTrackResponseSearch
ruvyrias / LoadTrackResponseSearch
Interface: LoadTrackResponseSearch
Defined in: src/Response.ts:48
Represents a response indicating that multiple tracks have been loaded as a search result.
Properties
data
data:
TrackData
[]
Defined in: src/Response.ts:52
An array of TrackData representing the loaded tracks.
loadType
loadType:
"search"
Defined in: src/Response.ts:50
The type of load, indicating it's a search result.