UNPKG

@qite/tide-client

Version:
10 lines (9 loc) 185 B
export interface BookingPackageDestination { id?: number; code?: string; name?: string; isCountry?: boolean; isRegion?: boolean; isOord?: boolean; isLocation?: boolean; }