ResourcesHistoryResponse type

Contains response data for the resourcesHistory operation.

type ResourcesHistoryResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: any }
  body: any
}