UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

9 lines (8 loc) 200 B
import type { Paciente } from './Paciente'; export type AntecedenteTratamiento = { id?: number; antecedente?: string; fecha?: string; observacion?: string; paciente?: Paciente; };