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
/
b2bDashboard
/
Pass
/
interface.ts
blob
bafc23c9564b82e92ec201f4243463838872411a
1
export interface PassEvent {
2
// id: number;
3
time: string;
4
user: {
5
name: string;
6
email: string;
7
};
8
event: string;
9
eventType: string;
10
eventTypeName: string;
11
ip: string;
12
eventData: {
13
vaultId: string;
14
itemId: string;
15
};
16
}