次の方法で共有


SpatialPostClosestPointResponse type

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

type SpatialPostClosestPointResponse = PostClosestPointResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: PostClosestPointResponse,
  },
}