export interface BufferedBusyTime {
  start: string | Date;
  end: string | Date;
}
