UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

7 lines (6 loc) 139 B
import type { Links } from './Links'; export type EntityModelComida = { hora?: string; valoracion?: number; _links?: Links; };