Package version:

The comparison rule.

interface ComparisonRule {
    operator: string;
    threshold: number;
}

Properties

Properties

operator: string

The comparison operator.

threshold: number

Threshold setting.