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