UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

13 lines (10 loc) 275 B
/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { ComidaDTO } from './ComidaDTO'; export type DiaDietaDTO = { id?: number; fecha?: string; comidas?: Array<ComidaDTO>; };