export interface AreaModel {
    id: string;
    perimeter: GeoJSON.MultiPolygon;
}
