Interface RuleSummary

Source
Expand description

A summary of a registered rule, for inspection via server.rules.

interface RuleSummary {
    description: string;
    remaining: number;
}

Properties§

§readonly description: string

Human-readable description of what the rule matches.

§readonly remaining: number

How many matches are left.

defaultValue

Infinity (unlimited)