Поделиться через


SpatialPostClosestPointResponse type

Содержит данные ответа для операции postClosestPoint.

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