UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

10 lines (9 loc) 257 B
import type { MedicionGeneral } from './MedicionGeneral'; export type ManualApiResponseDTOMedicionGeneral = { success?: boolean; message?: string; data?: MedicionGeneral; errors?: Array<string>; timestamp?: string; path?: string; };