From 92c3bacd15f10ee2df5adb9f6775efee1edbdc83 Mon Sep 17 00:00:00 2001 From: EvolutionX <85353424+EvolutionX-10@users.noreply.github.com> Date: Sat, 19 Feb 2022 20:11:28 +0530 Subject: [PATCH] chore: removed Nullable type --- src/types/handler.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/handler.ts b/src/types/handler.ts index 7484f4d..062113a 100644 --- a/src/types/handler.ts +++ b/src/types/handler.ts @@ -14,7 +14,6 @@ export type Visibility = 'private' | 'public'; // Anything that can be sent in a `#send` or `#reply` export type possibleOutput = T | (MessagePayload & MessageOptions); -export type Nullable = T | null; export type execute = Sern.Module['execute']; // Thanks @cursorsdottsx export type ParseType = {