export type Visitor = { name: string; invitationId: string; allergies: any; welcomeDrink: any; preferences: string; }