chatwoot-develop/app/javascript/shared/constants/campaign.js

5 lines
79 B
JavaScript
Executable File

export const CAMPAIGN_TYPES = {
ONGOING: 'ongoing',
ONE_OFF: 'one_off',
};