UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

11 lines (10 loc) 267 B
import type { AlimentoDTO } from './AlimentoDTO'; export type IngredienteDTO = { id?: number; alimento?: AlimentoDTO; cantidad?: number; proteinastotales?: number; grasastotales?: number; kcaltotales?: number; hidratostotales?: number; };