diff --git a/axe.d.ts b/axe.d.ts index 17bc142967..88bc95a725 100644 --- a/axe.d.ts +++ b/axe.d.ts @@ -125,7 +125,10 @@ declare namespace axe { checks?: Check[]; rules?: Rule[]; locale?: Locale; + disableOtherRules?: boolean; axeVersion?: string; + // Deprecated - do not use. + ver?: string; } interface Check { id: string;