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