Appointment: { id: string; startDate: Date; endDate: Date; location: AppointmentLocation; products?: IpdcProduct[]; embedUrl?: string; externalUrl?: string; notes?: string; additionalData?: Record<string, string[]>; } Type declaration
id: string
startDate: Date
endDate: Date
Optional embedUrl?: string
Optional externalUrl?: string
Optional notes?: string
Optional additionalData?: Record<string, string[]>