MapComplete/Logic/Osm/Actions/Action.ts
2021-07-15 00:26:25 +02:00

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