export interface OutlookGroup { id?: string; displayName?: string; } export interface OutlookGroupQuery { searchText?: string; isId?: boolean; }