mirror of
				https://github.com/ajnart/homarr.git
				synced 2025-11-03 20:15:57 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			159 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			159 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import { serviceItem } from '../components/AppShelf/AppShelf.d';
 | 
						|
 | 
						|
export interface Config {
 | 
						|
  services: serviceItem[];
 | 
						|
  settings: {};
 | 
						|
  [key: string]: any;
 | 
						|
}
 |