export interface BookingPackageVoucherRequest {
  code: string;
  otherCodes: string[];
}
