UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

11 lines (10 loc) 353 B
import type { EntityModelPlatoPlanDieta } from './EntityModelPlatoPlanDieta'; import type { Links } from './Links'; import type { PageMetadata } from './PageMetadata'; export type PagedModelEntityModelPlatoPlanDieta = { _embedded?: { platoPlanDietas?: Array<EntityModelPlatoPlanDieta>; }; _links?: Links; page?: PageMetadata; };