Skip to content

Commit

Permalink
Update lib/types/front-chat-types/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Bayan Bennett <[email protected]>
  • Loading branch information
glen1995 and BayanBennett authored Feb 10, 2025
1 parent b5fd392 commit d769fc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/types/front-chat-types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ declare global {
* Types.
*/

export enum FrontChatCmdType {
export enum FrontChatCommand {
Init = 'init',
Show = 'show',
Hide = 'hide',
Shutdown = 'shutdown'
}

Expand Down

0 comments on commit d769fc1

Please sign in to comment.