diff --git a/axe.d.ts b/axe.d.ts index 7f7eea973a..285b486b75 100644 --- a/axe.d.ts +++ b/axe.d.ts @@ -91,8 +91,8 @@ declare namespace axe { } interface Spec { branding?: { - brand: string; - application: string; + brand?: string; + application?: string; }; reporter?: ReporterVersion; checks?: Check[];