Files
medicalalert-web-reloaded/wp/wp-content/plugins/leadin/scripts/iframe/integratedMessages/livechat/LiveChatMessages.ts
2024-09-25 09:25:31 -04:00

6 lines
203 B
TypeScript

export const LiveChatMessages = {
CreateLiveChatAppNavigation: 'CREATE_LIVE_CHAT_APP_NAVIGATION',
} as const;
export type LiveChatMessageType = typeof LiveChatMessages[keyof typeof LiveChatMessages];