update plugins
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export const LiveChatMessages = {
|
||||
CreateLiveChatAppNavigation: 'CREATE_LIVE_CHAT_APP_NAVIGATION',
|
||||
} as const;
|
||||
|
||||
export type LiveChatMessageType = typeof LiveChatMessages[keyof typeof LiveChatMessages];
|
||||
Reference in New Issue
Block a user