Remove payments API routing initialization
[ProtonMail-WebClient.git] / packages / components / containers / b2bDashboard / VPN / interface.ts
blob93cf7cbbffccd57a5a020a01ab324cc6d18ac1dc
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;