InterfaceRule

interface Rule {
    hint: string;
    id: string;
    text: string;
}

Properties

Properties

hint: string

Longer-form description of the rule.

id: string

An identifier for the rule.

text: string

The rule to be followed.