SpatialGetGeofenceResponse type

Contém dados de resposta para a operação getGeofence.

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