interface ApproverDisjunction {
    or: RuleApprover[];
}

Properties

Properties

Any of the nested approvers must approve in order for the disjunction to be considered approved.