SearchPostSearchInsideGeometryResponse type

Enthält Antwortdaten für den postSearchInsideGeometry-Vorgang.

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