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