UNPKG

@qite/tide-client

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