Skip to content

LavaSearchType

type LavaSearchType:
| "track"
| "album"
| "artist"
| "playlist"
| "text"
| "tracks"
| "albums"
| "artists"
| "playlists"
| "texts";

Specific types to filter for lavasearch, will be filtered to correct types

Defined in

src/structures/Types/Utils.ts:555