export interface BookingPricePerPax {
  paxId: number;
  price: number;
}
