export interface OutlookCalendar { id?: string; name?: string; } export interface OutlookCalendarQuery { searchText?: string; isId?: boolean; }