UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

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