LoadTrackResponse
ruvyrias / LoadTrackResponse
Type Alias: LoadTrackResponse
LoadTrackResponse =
LoadTrackResponseTrack
|LoadTrackResponseSearch
|LoadTrackResponseEmpty
|LoadTrackResponseError
|LoadTrackResponsePlaylist
Defined in: types/Response.ts:113
Represents a response during the loading of tracks. It can be of different types such as a single track, search results, an empty response, an error, or a playlist.