Skip to content

LoadTypes

type LoadTypes:
| "track"
| "playlist"
| "search"
| "error"
| "empty";

Defined in

src/structures/Types/Utils.ts:326