export interface EntryRoom2 {
  id: number;
  roomType: number;
  paxIds: number[];
}
