SpatialFeatureCollection type

Um GeoJSON FeatureCollection cujos recursos especificam um geometryId em suas propriedades.

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