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
/
GatewayUser.ts
blob
329440e1bef10212b2a814b583223bf7f6353931
1
import type { USER_ROLES } from '@proton/shared/lib/constants';
2
3
export interface GatewayUser {
4
ID: string;
5
Email: string;
6
Name: string | null;
7
Role?: USER_ROLES;
8
Subscriber?: boolean;
9
}