UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

5 lines (4 loc) 103 B
import type { Links } from './Links'; export type RepresentationModelObject = { _links?: Links; };