Condividi tramite


SpatialPostClosestPointResponse type

Contiene i dati di risposta per l'operazione postClosestPoint.

type SpatialPostClosestPointResponse = PostClosestPointResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: PostClosestPointResponse,
  },
}