export interface CustomerGroup { id: number; name: string; }