UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

7 lines (6 loc) 146 B
import type { ComidaDTO } from './ComidaDTO'; export type DiaDietaDTO = { id?: number; fecha?: string; comidas?: Array<ComidaDTO>; };