Share via


SpatialPostClosestPointResponse type

postClosestPoint işlemi için yanıt verilerini içerir.

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