UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

9 lines (8 loc) 252 B
import type { EntityModelAlimento } from './EntityModelAlimento'; import type { Links } from './Links'; export type CollectionModelEntityModelAlimento = { _embedded?: { alimentoes?: Array<EntityModelAlimento>; }; _links?: Links; };