mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 02:37:05 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
		
			467 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			467 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
|   | import { expandOptionsAttribute } from '@datahub/utils/decorators/expand-options-attribute'; | ||
|  | import Component from '@ember/component'; | ||
|  | import { assertComponentPropertyNotUndefined } from '@datahub/utils/decorators/assert'; | ||
|  | import { DataModelEntityInstance } from '@datahub/data-models/constants/entity'; | ||
|  | 
 | ||
|  | @expandOptionsAttribute() | ||
|  | export default class BasePageComponent extends Component { | ||
|  |   @assertComponentPropertyNotUndefined | ||
|  |   entity!: DataModelEntityInstance; | ||
|  | } |