/** * Status of the firewall exception */ export type FirewallExceptionStatusV3 = 'APPROVED' | 'EXPIRED' | 'PENDING' | 'REJECTED';