export class CsvReportDto {
  year: number;
  user_group_id: number;
  control_product_id: number;
  locale: string;
}