Skip to content

LavaSearchType

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

Defined in: src/structures/Types/Utils.ts:567

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