interface ApproverConjunction {
    and: ApproverDisjunction[];
}

Properties

Properties

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