interface ApproverDisjunctionDraft {
    or: RuleApproverDraft[];
}

Properties

Properties

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