mirror of
				https://github.com/lingble/chatwoot.git
				synced 2025-11-04 04:57:51 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			228 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			228 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
export const APP_BASE_URL = '';
 | 
						|
 | 
						|
export const MESSAGE_STATUS = {
 | 
						|
  FAILED: 'failed',
 | 
						|
  SUCCESS: 'success',
 | 
						|
  PROGRESS: 'progress',
 | 
						|
};
 | 
						|
 | 
						|
export const MESSAGE_TYPE = {
 | 
						|
  INCOMING: 0,
 | 
						|
  OUTGOING: 1,
 | 
						|
  ACTIVITY: 2,
 | 
						|
  TEMPLATE: 3,
 | 
						|
};
 |