UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

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