interface ApproverConjunctionDraft {
    and: ApproverDisjunctionDraft[];
}

Properties

Properties

All of the nested disjunctions must be approved in order for the conjunction to be considered approved. The total count of approvers across the nested disjunctions must not exceed 10.