@thunderfat/backend-sdk
Version:
TypeScript SDK for ThunderFat Nutrition Management API
17 lines (14 loc) • 388 B
text/typescript
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { AlimentoDTO } from './AlimentoDTO';
export type IngredienteDTO = {
id?: number;
alimento?: AlimentoDTO;
cantidad?: number;
proteinastotales?: number;
grasastotales?: number;
kcaltotales?: number;
hidratostotales?: number;
};