Interface IConditionCreateBase

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

Hierarchy (view full)

Properties

Properties

type: "data" | "compound"