mirror of
https://github.com/lingble/chatwoot.git
synced 2025-12-05 20:35:39 +00:00
6 lines
97 B
JavaScript
6 lines
97 B
JavaScript
export const CAMPAIGN_TYPES = {
|
|
ONGOING: 'ongoing',
|
|
ONE_OFF: 'one_off',
|
|
VOICE: 'voice',
|
|
};
|