SpatialPostClosestPointResponse type

Enthält Antwortdaten für den PostClosestPoint-Vorgang.

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