diff --git a/src/types/common.ts b/src/types/common.ts index 4bf4d107..4937c7bc 100644 --- a/src/types/common.ts +++ b/src/types/common.ts @@ -46,7 +46,6 @@ export type WafRuleThrottle = { }; export type WafRuleCustom = { - overrideAction?: any; name: string; priority?: number; action?: WafRuleAction;