export interface HoverRange {
  focused: "end" | "start";
  start: Date;
  end: Date;
}