interface ConditionBase {
    type: unknown;
}

Hierarchy (view full)

Properties

Properties

type: unknown