SpatialGetClosestPointResponse type

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

type SpatialGetClosestPointResponse = GetClosestPointResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: GetClosestPointResponse,
  },
}