Merge branch 'fix/isloading-photos' into 'main'
[ProtonMail-WebClient.git] / packages / components / containers / vpn / gateways / GatewayUser.ts
blob329440e1bef10212b2a814b583223bf7f6353931
1 import type { USER_ROLES } from '@proton/shared/lib/constants';
3 export interface GatewayUser {
4     ID: string;
5     Email: string;
6     Name: string | null;
7     Role?: USER_ROLES;
8     Subscriber?: boolean;