SpatialFeatureCollection type

A GeoJSON FeatureCollection whose features each specify a geometryId in their properties.

type SpatialFeatureCollection = FeatureCollection<LineString | MultiLineString | Polygon | MultiPolygon | Point | MultiPoint, [key: string]: any>