Interface BaseCondition

Represents a condition to be evaluated.

interface BaseCondition {
    type?: string;
}

Hierarchy (view full)

Properties

type?: string

The type of condition.