UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

15 lines (12 loc) 405 B
/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { EntityModelMedicionGeneral } from './EntityModelMedicionGeneral'; import type { Links } from './Links'; export type CollectionModelEntityModelMedicionGeneral = { _embedded?: { medicionGenerals?: Array<EntityModelMedicionGeneral>; }; _links?: Links; };