SpatialPostGeofenceResponse type

Contains response data for the postGeofence operation.

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