Merge branch 'pass-lifetime-fixes' into 'main'
[ProtonMail-WebClient.git] / packages / components / containers / vpn / gateways / DeletedDedicatedIp.ts
blob166edbb9cfa0681340ebb61f45beb12a62aefcdc
1 import type { GatewayLocation } from './GatewayLocation';
3 export interface DeletedDedicatedIp {
4     Location: GatewayLocation;
5     AvailableAgainAfter: number;
6     LogicalID: string;
7     LogicalName: string;
8     ExitIPv4: string;