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