orCondition()

in src/alert/condition.ts [71:74]


    orCondition() {
        this._operator.type = 'or';
        return this;
    }