SpatialGetPointInPolygonResponse type

Berisi data respons untuk operasi getPointInPolygon.

type SpatialGetPointInPolygonResponse = GetPointInPolygonResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: GetPointInPolygonResponse,
  },
}