Merge branch 'fix/isloading-photos' into 'main'
[ProtonMail-WebClient.git] / packages / components / containers / vpn / gateways / GatewayIpModel.ts
blob6e649733fe77b2232ed129729584c5c44fce0938
1 import type { GatewayLocation } from './GatewayLocation';
3 export interface GatewayIpModel {
4     Name: string;
5     Location: GatewayLocation;