SearchPostSearchInsideGeometryResponse type

Contém dados de resposta para a operação postSearchInsideGeometry.

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