UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

9 lines (8 loc) 246 B
import type { IngredienteResponse } from './IngredienteResponse'; import type { Links } from './Links'; export type CollectionModelIngrediente = { _embedded?: { ingredientes?: Array<IngredienteResponse>; }; _links?: Links; };