import type * as CandidApi from "../../../index"; export interface AppointmentAllocationTarget { appointmentId: CandidApi.AppointmentId; patientExternalId: CandidApi.PatientExternalId; }