mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 02:37:05 +00:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
		
			215 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			215 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
|   | declare const config: { | ||
|  |   environment: 'development' | 'test' | 'production'; | ||
|  |   modulePrefix: string; | ||
|  |   podModulePrefix: string; | ||
|  |   locationType: string; | ||
|  |   rootURL: string; | ||
|  |   APP: unknown; | ||
|  | }; | ||
|  | 
 | ||
|  | export default config; |