UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

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