UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

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