export interface Group { id: string; name: string; initialQuantity: number; createdAt: Date; }