Share via


SpatialPostGeofenceResponse type

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

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