次の方法で共有


SpatialGetGeofenceResponse type

getGeofence 操作の応答データが含まれます。

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