SearchResult
The search result.
Signature
export interface SearchResultProperties
loadType: LoadType.Search;The load type of the result.
@type{LoadType.Search}
data: LavalinkTrack[];The search data of the result.
@type{LavalinkTrack[]}
The search result.
export interface SearchResultloadType: LoadType.Search;The load type of the result.
data: LavalinkTrack[];The search data of the result.