UNPKG

@qite/tide-client

Version:
15 lines (14 loc) 278 B
export interface BookingPackageAddress { name: string; street: string; number: string; box?: string; postalCode: string; location: string; country: string; mobilePhone?: string; phone?: string; email: string; vatNumber?: string; customerType?: number; }