↓ 1 callersFunctionupdateAppointment({
appointmentId,
userId,
timeZone,
appointment,
type,
}: UpdateAppointmentParams)
lib/actions/appointment.actions.ts:120
FunctionAppointmentForm({
userId,
patientId,
type = "create",
appointment,
setOpen,
}: {
userId: string;
patientId: str
components/forms/AppointmentForm.tsx:25