import { BookingPackage, EntryLight } from "../..";
export interface BookingPackageWithEntry {
  bookingPackage: BookingPackage;
  entry: EntryLight;
}
