Files
clientsflow/research/chatwoot/app/javascript/shared/constants/campaign.js

5 lines
79 B
JavaScript

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