export type EcoCiParams = {
  repo: string;
  branch: string;
  workflow: string;
  start_date: Date | string;
  end_date: Date | string;
};
