export interface RoomOptionPaxType {
  id: number;
  type: number;
}
