UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

9 lines (8 loc) 246 B
import type { EntityModelMensaje } from './EntityModelMensaje'; import type { Links } from './Links'; export type CollectionModelEntityModelMensaje = { _embedded?: { mensajes?: Array<EntityModelMensaje>; }; _links?: Links; };