SpatialGetPointInPolygonResponse type

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

type SpatialGetPointInPolygonResponse = GetPointInPolygonResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: GetPointInPolygonResponse,
  },
}