Interface InboxRulesetTestResult

Result of test of inbox ruleset

Export

Interface

InboxRulesetTestResult

Hierarchy

  • InboxRulesetTestResult

Properties

Properties

matches: boolean

Memberof

InboxRulesetTestResult

rulesetMatches: {
    [key: string]: boolean;
}

Map of inbox ruleset ID to boolean of if target matches

Memberof

InboxRulesetTestResult

Type declaration

  • [key: string]: boolean