ModelUpdateHierarchicalEntityRoleResponse type     
Contains response data for the updateHierarchicalEntityRole operation.
type ModelUpdateHierarchicalEntityRoleResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}