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