interface Rule {
    definition: AddedKeywordDefinition;
    keyword: string;
}

Properties

Properties

keyword: string