forked from MapComplete/MapComplete
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			229 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			229 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
export default interface ExtraLinkConfigJson {
 | 
						|
    icon?: string,
 | 
						|
    text?: string | any,
 | 
						|
    href: string,
 | 
						|
    newTab?: false | boolean,
 | 
						|
    requirements?: ("iframe" | "no-iframe" | "welcome-message" | "no-welcome-message")[]
 | 
						|
} |