UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

10 lines (9 loc) 220 B
export type IngredienteRequestBody = { id?: number; alimento?: string; cantidad?: number; proteinastotales?: number; grasastotales?: number; kcaltotales?: number; hidratostotales?: number; };