mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-13 21:01:16 +08:00
https://github.com/user-attachments/assets/52ecf3f8-0329-4268-906e-d6102338f4af --------- Co-authored-by: Pranav <[email protected]> Co-authored-by: Pranav <[email protected]>
6 lines
209 B
JavaScript
6 lines
209 B
JavaScript
export const CHATWOOT_SET_USER = 'CHATWOOT_SET_USER';
|
|
export const CHATWOOT_RESET = 'CHATWOOT_RESET';
|
|
|
|
export const ANALYTICS_IDENTITY = 'ANALYTICS_IDENTITY';
|
|
export const ANALYTICS_RESET = 'ANALYTICS_RESET';
|