We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae3122 commit a839cceCopy full SHA for a839cce
src/types/common.ts
@@ -46,7 +46,6 @@ export type WafRuleThrottle = {
46
};
47
48
export type WafRuleCustom = {
49
- overrideAction?: any;
50
name: string;
51
priority?: number;
52
action?: WafRuleAction;
0 commit comments