次の方法で共有


SpatialPostPointInPolygonResponse type

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

type SpatialPostPointInPolygonResponse = PostPointInPolygonResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: PostPointInPolygonResponse,
  },
}