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' }