Share via


SpatialGetGeofenceResponse type

Innehåller svarsdata för getGeofence-åtgärden.

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