mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 11:37:58 +00:00
5 lines
79 B
JavaScript
5 lines
79 B
JavaScript
export const CAMPAIGN_TYPES = {
|
|
ONGOING: 'ongoing',
|
|
ONE_OFF: 'one_off',
|
|
};
|