Interface ComposableCondition

A composable condition.

interface ComposableCondition {
    conditions: Condition[];
    type?: string;
}

Hierarchy (view full)

Properties

Properties

conditions: Condition[]
type?: string

The type of condition.

Generated using TypeDoc