UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

9 lines (8 loc) 292 B
import type { AntecedentesClinicosResponse } from './AntecedentesClinicosResponse'; import type { Links } from './Links'; export type CollectionModelAntecedentesClinicos = { _embedded?: { antecedentesClinicoses?: Array<AntecedentesClinicosResponse>; }; _links?: Links; };