SpatialGetGeofenceResponse type

Contains response data for the getGeofence operation.

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