Share via


SpatialPostClosestPointResponse type

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

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