SearchPostSearchInsideGeometryResponse type

Contains response data for the postSearchInsideGeometry operation.

type SearchPostSearchInsideGeometryResponse = SearchGeometryResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: SearchGeometryResponse,
  },
}