GeoJsonObjectOutput type

A valid GeoJSON object. Please refer to RFC 7946 for details.

type GeoJsonObjectOutput =
  | GeoJsonGeometryOutput
  | GeoJsonPointOutput
  | GeoJsonFeatureOutput
  | BoundaryOutput
  | GeoJsonMultiPointOutput
  | GeoJsonLineStringOutput
  | GeoJsonMultiLineStringOutput
  | GeoJsonPolygonOutput
  | GeoJsonMultiPolygonOutput
  | GeoJsonGeometryCollectionOutput
  | GeoJsonFeatureCollectionOutput