mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
refactor(types/handler.ts): remove nullish type, never used
This commit is contained in:
@@ -14,7 +14,6 @@ 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;
|
||||
export type execute = Sern.Module<unknown>['execute'];
|
||||
|
||||
export type ParseType<T> = {
|
||||
|
||||
Reference in New Issue
Block a user