UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

9 lines (8 loc) 172 B
export type MensajeRequestBody = { id_mensaje?: number; contenido?: string; timestamp?: string; emisor?: string; leido?: boolean; chat?: string; };