export interface EstimatedArr {
  id: string;
  name: string;
  color: string;
}
