PartialRestrictedDrivingAreaAttributes: Partial<RestrictedDrivingAreaAttributes> & {
    center: Point;
    geoJSONGeometry: Polygon;
}