export interface ICreateGroupOptions { tenantId?: string; id?: string; users?: string[]; }