mirror of
https://github.com/sern-handler/handler
synced 2026-06-27 02:02:14 +00:00
some comments and comment refactoring
This commit is contained in:
@@ -11,7 +11,6 @@ import type {
|
||||
import type * as Sern from '../handler/sern';
|
||||
|
||||
export type Visibility = 'private' | 'public';
|
||||
|
||||
// Anything that can be sent in a `<TextChannel>#send` or `<CommandInteraction>#reply`
|
||||
export type possibleOutput<T = string> = T | MessagePayload & MessageOptions;
|
||||
export type Nullable<T> = T | null;
|
||||
|
||||
Reference in New Issue
Block a user