repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'fix/isloading-photos' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
components
/
containers
/
vpn
/
gateways
/
GatewayIpModel.ts
blob
6e649733fe77b2232ed129729584c5c44fce0938
1
import type { GatewayLocation } from './GatewayLocation';
2
3
export interface GatewayIpModel {
4
Name: string;
5
Location: GatewayLocation;
6
}