Share via


SpatialPostPointInPolygonResponse type

Contient des données de réponse pour l’opération postPointInPolygon.

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