SpatialGetGeofenceResponse type

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

type SpatialGetGeofenceResponse = GeofenceResponse &
  SpatialGetGeofenceHeaders & {
    _response: HttpResponse & {
      bodyAsText: string,
      parsedBody: GeofenceResponse,
      parsedHeaders: SpatialGetGeofenceHeaders,
    },
  }