From d769fc120f32b8baab059a5b1f2f6371666aabe3 Mon Sep 17 00:00:00 2001 From: glen1995 Date: Mon, 10 Feb 2025 09:33:58 -0800 Subject: [PATCH] Update lib/types/front-chat-types/index.ts Co-authored-by: Bayan Bennett <16971062+BayanBennett@users.noreply.github.com> --- lib/types/front-chat-types/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/types/front-chat-types/index.ts b/lib/types/front-chat-types/index.ts index 0fd2b5b..b66f9e3 100644 --- a/lib/types/front-chat-types/index.ts +++ b/lib/types/front-chat-types/index.ts @@ -12,9 +12,10 @@ declare global { * Types. */ -export enum FrontChatCmdType { +export enum FrontChatCommand { Init = 'init', Show = 'show', + Hide = 'hide', Shutdown = 'shutdown' }