SpatialPostPointInPolygonResponse type

Contains response data for the postPointInPolygon operation.

type SpatialPostPointInPolygonResponse = PostPointInPolygonResponse & {
  _response: HttpResponse & {
    bodyAsText: string,
    parsedBody: PostPointInPolygonResponse,
  },
}