interface ApproverConjunctionDraft {
    and: ApproverDisjunctionDraft[];
}

Properties

Properties

All of the nested disjunctions must be approved in order for the conjunction to be considered approved.