Interface ConditionFact

interface ConditionFact {
    factPlaceholder: string;
    factType: ConditionFactType;
    factValue: string;
}

Properties

factPlaceholder: string
factValue: string