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
/
Gateway.ts
blob
a60eac15320959c53a13a0b71ba72c0cc548ef73
1
import type { GatewayLogical } from './GatewayLogical';
2
import type { GatewayUser } from './GatewayUser';
3
4
export interface Gateway {
5
Name: string;
6
ExitCountry: string;
7
Logicals: GatewayLogical[];
8
Users: GatewayUser[];
9
}