@samatawy/rules
    Preparing search index...

    Interface LoggedRule

    An invoked rule and its effect on the context.

    interface LoggedRule {
        rule: AbstractRule;
        effect: RuleEffect;
    }
    Index

    Properties

    Properties

    effect: RuleEffect