forked from MapComplete/MapComplete
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			No EOL
		
	
	
		
			125 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			No EOL
		
	
	
		
			125 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
export default interface SmallLicense {
 | 
						|
    path: string,
 | 
						|
    authors: string[],
 | 
						|
    license: string,
 | 
						|
    sources: string[]
 | 
						|
} |