UNPKG

@qite/tide-client

Version:
6 lines (5 loc) 152 B
import { BookingPackage, EntryLight } from "../.."; export interface BookingPackageWithEntry { bookingPackage: BookingPackage; entry: EntryLight; }