mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-11-03 14:03:18 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			188 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			188 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export default {
 | 
						|
  id: null,
 | 
						|
  label: null,
 | 
						|
  type: null,
 | 
						|
  name: null,
 | 
						|
  default_answer: null,
 | 
						|
  is_required: false,
 | 
						|
  placeholder: null,
 | 
						|
  model_type: null,
 | 
						|
  order: 1,
 | 
						|
  options: [],
 | 
						|
}
 |