export interface BookingPackageDossier {
  number: string;
  productName: string;
  allotmentName: string;
  paymentUrl: string;
}
