Interface for the RuleActionOverrideProperty

interface RuleActionOverrideProperty {
    actionToUse: Action;
    name: string;
}

Properties

Properties

actionToUse: Action
name: string