Last updated 3 years ago
Was this helpful?
Awaited<T>: T | Promise<T>;
DJSAwaited<T>: T | PromiseLike<T>
Arrayed<T>: T | T[];
DJSSend: string | | ;
SlashSend = string | | ;