SpatialGetGreatCircleDistanceResponse type

Berisi data respons untuk operasi getGreatCircleDistance.

type SpatialGetGreatCircleDistanceResponse = GreatCircleDistanceResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: GreatCircleDistanceResponse,
  },
}