UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

6 lines (5 loc) 117 B
import type { Links } from './Links'; export type EntityModelChat = { fechahora?: string; _links?: Links; };