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