UNPKG

@qite/tide-client

Version:
6 lines (5 loc) 151 B
import { BookingPackagePax } from "./booking-package-pax"; export interface BookingPackageRequestRoom { index: number; pax: BookingPackagePax[]; }