UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

6 lines (5 loc) 117 B
import type { Links } from './Links'; export type EntityModelDiaDieta = { fecha?: string; _links?: Links; };