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
/
hooks
/
GetCalendarKeys.ts
blob
b5869403b1544224b6dc5c7ae0aac45d89e86ebc
1
import type { DecryptedCalendarKey } from '../calendar';
2
3
export type GetCalendarKeys = (calendarID: string) => Promise<DecryptedCalendarKey[]>;