UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

14 lines (11 loc) 310 B
/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { Links } from './Links'; export type EntityModelAntecedenteTratamiento = { antecedente?: string; fecha?: string; observacion?: string; _links?: Links; };