SpatialPostGeofenceResponse type

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

type SpatialPostGeofenceResponse = GeofenceResponse &
  SpatialPostGeofenceHeaders & {
    _response: HttpResponse & {
      bodyAsText: string,
      parsedBody: GeofenceResponse,
      parsedHeaders: SpatialPostGeofenceHeaders,
    },
  }