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