export interface SelectedHotel {
  code: string;
  fromDate: string;
  toDate: string;
}
