MapComplete/Logic/Osm/Actions/Action.ts

7 lines
194 B
TypeScript
Raw Normal View History

/**
* 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 {
}