UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

9 lines (8 loc) 251 B
import type { EntityModelPaciente } from './EntityModelPaciente'; import type { Links } from './Links'; export type CollectionModelEntityModelPaciente = { _embedded?: { pacientes?: Array<EntityModelPaciente>; }; _links?: Links; };