UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

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