import type { MultiPolygon, Polygon } from 'geojson'; export type GeoJsonDataType = MultiPolygon | Polygon | null;