次の方法で共有


SpatialPostGeofenceResponse type

postGeofence 操作の応答データを格納します。

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