UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

8 lines (7 loc) 183 B
import type { Links } from './Links'; export type EntityModelAntecedenteTratamiento = { antecedente?: string; fecha?: string; observacion?: string; _links?: Links; };