UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

9 lines (8 loc) 286 B
import type { EntityModelMedicionGeneral } from './EntityModelMedicionGeneral'; import type { Links } from './Links'; export type CollectionModelEntityModelMedicionGeneral = { _embedded?: { medicionGenerals?: Array<EntityModelMedicionGeneral>; }; _links?: Links; };