import type * as CandidApi from "../../../index"; export interface DiagnosisNotFoundError { diagnosisId?: CandidApi.DiagnosisId; message: string; }