次の方法で共有


SearchGetSearchPolygonResponse type

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

type SearchGetSearchPolygonResponse = SearchPolygonResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: SearchPolygonResponse,
  },
}