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

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