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 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
shared
/
lib
/
interfaces
/
calendar
/
Alarm.ts
blob
7a6ee9351bd0e9eaa09b6d335e367666e58e6950
1
export interface CalendarAlarm {
2
ID: string;
3
CalendarID: string;
4
Occurrence: number;
5
Trigger: string;
6
Action: number;
7
EventID: string;
8
MemberID: string;
9
}