UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

11 lines (10 loc) 368 B
import type { EntityModelMedicionSegmental } from './EntityModelMedicionSegmental'; import type { Links } from './Links'; import type { PageMetadata } from './PageMetadata'; export type PagedModelEntityModelMedicionSegmental = { _embedded?: { medicionSegmentals?: Array<EntityModelMedicionSegmental>; }; _links?: Links; page?: PageMetadata; };