UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

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