diff --git a/axe.d.ts b/axe.d.ts index 899dd08412..69a9e1fc0c 100644 --- a/axe.d.ts +++ b/axe.d.ts @@ -206,7 +206,7 @@ declare namespace axe { } interface Check { id: string; - evaluate: Function | string; + evaluate?: Function | string; after?: Function | string; options?: any; matches?: string;