Interface OrCondition

An or condition.

interface OrCondition {
    conditions: Condition[];
    type: "OR";
}

Hierarchy (view full)

Properties

Properties

conditions: Condition[]
type: "OR"

The type of condition.

Generated using TypeDoc