/** * @example * { * diagnosisQuery: "diagnosis_query" * } */ export interface InsuranceSearchDiagnosisRequest { diagnosisQuery: string; }