/** * Firewall mode */ export type FirewallModeV3 = 'ALLOW' | 'ENABLED' | 'QUARANTINE';