1 import type { DecryptedKey } from '../Key';
2 import type { CalendarSettings, DecryptedCalendarKey } from '../calendar';
4 export type GetCalendarInfo = (ID: string) => Promise<{
7 addressKeys: DecryptedKey[];
8 calendarKeys: DecryptedCalendarKey[];
9 calendarSettings: CalendarSettings;