Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

SearchResult

The search result.

API/Interfaces/SearchResult
hoshimi/src/types/Node.d.ts

Signature

export interface SearchResult

Properties

2
loadTypedata

Methods

0

No methods.

Properties

loadType#
loadType: LoadType.Search;

The load type of the result.

@type{LoadType.Search}
data#
data: LavalinkTrack[];

The search data of the result.

@type{LavalinkTrack[]}