GetAreaOfInterestResponse type

Contains response data for the getAreaOfInterest operation.

type GetAreaOfInterestResponse = AreaOfInterestResult & { _response: HttpResponse & { bodyAsText: string, parsedBody: AreaOfInterestResult } }