UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

10 lines (9 loc) 213 B
export type AntecedentesClinicosRequestBody = { id?: number; fecha?: string; antecedente?: string; observacion?: string; descripcion?: string; condicion?: string; paciente?: string; };