export interface ResultChartExperiment {
  data: {
    chart: {
      type: string;
    };
    series: unknown;
  };
  type: string;
}