ModelDeleteHierarchicalEntityRoleResponse type

Contains response data for the deleteHierarchicalEntityRole operation.

type ModelDeleteHierarchicalEntityRoleResponse = OperationStatus & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: OperationStatus
  }
}