Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / shared / lib / interfaces / hooks / GetCalendarKeys.ts
blobb5869403b1544224b6dc5c7ae0aac45d89e86ebc
1 import type { DecryptedCalendarKey } from '../calendar';
3 export type GetCalendarKeys = (calendarID: string) => Promise<DecryptedCalendarKey[]>;