UNPKG

@qite/tide-client

Version:
8 lines (7 loc) 137 B
export interface BookingTravelAgent { id: number; name: string; location: string; postalCode: string; affiliateSlug: string; }