LoadTrackResponseEmpty
ruvyrias / LoadTrackResponseEmpty
Interface: LoadTrackResponseEmpty
Defined in: types/Response.ts:59
Represents a response indicating that no tracks were loaded (empty).
Properties
data
data:
object
Defined in: types/Response.ts:63
An empty object, as no tracks were loaded.
loadType
loadType:
"empty"
Defined in: types/Response.ts:61
The type of load, indicating it's an empty response.