UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

8 lines (7 loc) 191 B
import type { PlatoPlanDietaDTO } from './PlatoPlanDietaDTO'; export type ComidaDTO = { id?: number; hora?: string; valoracion?: number; platos?: Array<PlatoPlanDietaDTO>; };