interface ConditionBase {
    type: unknown;
}

Hierarchy (View Summary)

Properties

Properties

type: unknown