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
Remove payments API routing initialization
[ProtonMail-WebClient.git]
/
packages
/
components
/
containers
/
b2bDashboard
/
VPN
/
interface.ts
blob
93cf7cbbffccd57a5a020a01ab324cc6d18ac1dc
1
export interface VPNEvent {
2
time: string;
3
user: {
4
name: string;
5
email: string;
6
};
7
event: string;
8
eventType: string;
9
eventTypeName: string;
10
origin: {
11
location: string;
12
ip: string;
13
emoji: string;
14
countryCode: string;
15
};
16
gateway: {
17
name: string;
18
emoji: string;
19
countryCode: string;
20
};
21
deviceName?: string;
22
}