UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

9 lines (8 loc) 231 B
import type { EntityModelChat } from './EntityModelChat'; import type { Links } from './Links'; export type CollectionModelEntityModelChat = { _embedded?: { chats?: Array<EntityModelChat>; }; _links?: Links; };