GetAreaOfInterestResponse type
Obsahuje data odpovědi pro operaci getAreaOfInterest.
type GetAreaOfInterestResponse = AreaOfInterestResult & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: AreaOfInterestResult
}
}