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