export interface DossierPaxItem {
  name: string;
  isMainBooker: boolean;
}
