UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

14 lines (12 loc) 294 B
/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type MensajeRequestBody = { id_mensaje?: number; contenido?: string; timestamp?: string; emisor?: string; leido?: boolean; chat?: string; };