UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

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