We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f046e commit 100a0fdCopy full SHA for 100a0fd
types/index.d.ts
@@ -174,7 +174,7 @@ export interface RuleResult {
174
export class Rule implements RuleProperties {
175
constructor(ruleProps: RuleProperties | string);
176
name: string;
177
- conditions: TopLevelCondition;
+ readonly conditions: TopLevelCondition;
178
/**
179
* @deprecated Use {@link Rule.event} instead.
180
*/
0 commit comments