@servicenow/sdk - v4.4.1
    Preparing search index...

    Type Alias ApprovalRuleSetType

    type ApprovalRuleSetType = {
        action: ApprovalRuleActionType;
        conditionType?: "AND";
        rules?: ApprovalRuleConditionType[][];
    }
    Index

    Properties

    conditionType?: "AND"

    Condition type connecting rules within this set. Always 'AND' - all rules must be satisfied

    Array of individual approval rules