GetAreaOfInterestResponse type
Contains response data for the getAreaOfInterest operation.
type GetAreaOfInterestResponse = AreaOfInterestResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AreaOfInterestResult
}
}