diff --git a/axe.d.ts b/axe.d.ts index d6f55278a0..26e4f2f247 100644 --- a/axe.d.ts +++ b/axe.d.ts @@ -5,7 +5,7 @@ declare namespace axe { type ImpactValue = 'minor' | 'moderate' | 'serious' | 'critical' | null; - type TagValue = 'wcag2a' | 'wcag2aa' | 'section508' | 'best-practice' | 'wcag21a' | 'wcag21aa'; + type TagValue = string; type ReporterVersion = 'v1' | 'v2' | 'raw' | 'raw-env' | 'no-passes';