@thunderfat/backend-sdk
Version:
TypeScript SDK for ThunderFat Nutrition Management API
16 lines (13 loc) • 375 B
text/typescript
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { Ingrediente } from './Ingrediente';
export type ManualApiResponseDTOListIngrediente = {
success?: boolean;
message?: string;
data?: Array<Ingrediente>;
errors?: Array<string>;
timestamp?: string;
path?: string;
};