UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

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