UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

16 lines (13 loc) 412 B
/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { AntecedentesClinicosDTO } from './AntecedentesClinicosDTO'; export type ManualApiResponseDTOAntecedentesClinicosDTO = { success?: boolean; message?: string; data?: AntecedentesClinicosDTO; errors?: Array<string>; timestamp?: string; path?: string; };