UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 345 B
/** Possible values for udp mitigation rule state */ export declare enum GameMitigationStateEnum { 'cleanRulesPending' = "cleanRulesPending", 'firewallModeDisablePending' = "firewallModeDisablePending", 'firewallModeEnablePending' = "firewallModeEnablePending", 'ok' = "ok" } //# sourceMappingURL=GameMitigationStateEnum.d.ts.map