UNPKG

@qite/tide-client

Version:
10 lines (9 loc) 192 B
export interface BookingPackageAvailability { code: string; count: number; fromDate: string; toDate: string; tourCode: string; isExternal: boolean; onRequestPossible: boolean; }