UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

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