Interface AndCondition

An and condition.

interface AndCondition {
    conditions: Condition[];
    type: "AND";
}

Hierarchy (view full)

Properties

Properties

conditions: Condition[]
type: "AND"

The type of condition.

Generated using TypeDoc