SpatialPostPointInPolygonResponse type

Enthält Antwortdaten für den postPointInPolygon-Vorgang.

type SpatialPostPointInPolygonResponse = PostPointInPolygonResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: PostPointInPolygonResponse,
  },
}