import { BackgroundBoxProps } from '../BackgroundBoxProps';
import { AppointmentRate } from '../entity';
import { Props } from '../Props';

export type SevenDayAppointmentRateProps =
  Pick<BackgroundBoxProps, 'height' | 'calcRefresh' | 'reloadData'>
  & Props<Array<AppointmentRate>>