UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

9 lines (8 loc) 241 B
import type { EntityModelComida } from './EntityModelComida'; import type { Links } from './Links'; export type CollectionModelEntityModelComida = { _embedded?: { comidas?: Array<EntityModelComida>; }; _links?: Links; };