UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

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