export interface BookableDates {
  outward: string[];
  return: string[];
}
