UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

13 lines (11 loc) 286 B
/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type ChatRequestBody = { id_chat?: number; paciente?: string; nutricionista?: string; fechahora?: string; mensajes?: Array<string>; };