Values.MofNApprovalStrategySourceStrategy for how an approval team grants approval.
type nonrec t = {minApprovalsRequired : MofNApprovalStrategyMinApprovalsRequiredInteger.t;Minimum number of approvals (M) required for a total number of approvers (N).
*)}val make :
minApprovalsRequired:MofNApprovalStrategyMinApprovalsRequiredInteger.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of MofNApprovalStrategyMinApprovalsRequiredInteger.t ])
list ]