Interface Condition

Represents a condition to be evaluated.

interface Condition {
    type?: string;
}

Hierarchy (view full)

Properties

Properties

type?: string

The type of condition.

Generated using TypeDoc