UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

8 lines (7 loc) 165 B
import type { Links } from './Links'; export type EntityModelMensaje = { contenido?: string; timestamp?: string; leido?: boolean; _links?: Links; };