SearchGetSearchPolygonResponse type

Contains response data for the getSearchPolygon operation.

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