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 'pass-lifetime-fixes' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
components
/
containers
/
vpn
/
gateways
/
DeletedDedicatedIp.ts
blob
166edbb9cfa0681340ebb61f45beb12a62aefcdc
1
import type { GatewayLocation } from './GatewayLocation';
2
3
export interface DeletedDedicatedIp {
4
Location: GatewayLocation;
5
AvailableAgainAfter: number;
6
LogicalID: string;
7
LogicalName: string;
8
ExitIPv4: string;
9
}