UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

9 lines (8 loc) 256 B
import type { EntityModelPlanDieta } from './EntityModelPlanDieta'; import type { Links } from './Links'; export type CollectionModelEntityModelPlanDieta = { _embedded?: { planDietas?: Array<EntityModelPlanDieta>; }; _links?: Links; };