UNPKG

@qite/tide-client

Version:
11 lines (10 loc) 199 B
export interface AgentDossierTraveler { isMainBooker: boolean; email: string; phone: string; mobile: string; dateOfBirth?: Date; lastName: string; firstName: string; guid?: string; }