forked from MapComplete/MapComplete
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			194 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			No EOL
		
	
	
		
			194 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| /**
 | |
|  * An action is a change to the OSM-database
 | |
|  * It will generate some new/modified/deleted objects, which are all bundled by the 'changes'-object
 | |
|  */
 | |
| export default interface Action {
 | |
|     
 | |
| } |