UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

17 lines (14 loc) 475 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'; import type { PageMetadata } from './PageMetadata'; export type PagedModelEntityModelMedicionGeneral = { _embedded?: { medicionGenerals?: Array<EntityModelMedicionGeneral>; }; _links?: Links; page?: PageMetadata; };