Interface IConditionBase

interface IConditionBase {
    type: "data" | "compound";
}

Hierarchy (view full)

Properties

Properties

type: "data" | "compound"