UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

9 lines (8 loc) 261 B
import type { Links } from './Links'; import type { PlatoPlanDietaResponse } from './PlatoPlanDietaResponse'; export type CollectionModelPlatoPlanDieta = { _embedded?: { platoPlanDietas?: Array<PlatoPlanDietaResponse>; }; _links?: Links; };