@thunderfat/backend-sdk
Version:
TypeScript SDK for ThunderFat Nutrition Management API
14 lines (11 loc) • 318 B
text/typescript
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { PlatoPlanDietaDTO } from './PlatoPlanDietaDTO';
export type ComidaDTO = {
id?: number;
hora?: string;
valoracion?: number;
platos?: Array<PlatoPlanDietaDTO>;
};