@thunderfat/backend-sdk
Version:
TypeScript SDK for ThunderFat Nutrition Management API
15 lines (12 loc) • 370 B
text/typescript
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { EntityModelPaciente } from './EntityModelPaciente';
import type { Links } from './Links';
export type CollectionModelEntityModelPaciente = {
_embedded?: {
pacientes?: Array<EntityModelPaciente>;
};
_links?: Links;
};