export interface ICustomerWithGroup { contactIds: number[]; ouId: number; }