import { Pax } from ".";

export interface EntryLinePax {
  paxId: number;
  entryLineId: number;
  room: number;
  order: number;
  pax: Pax;
}
