@thunderfat/backend-sdk
Version:
TypeScript SDK for ThunderFat Nutrition Management API
17 lines (14 loc) • 420 B
text/typescript
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { EntityModelCita } from './EntityModelCita';
import type { Links } from './Links';
import type { PageMetadata } from './PageMetadata';
export type PagedModelEntityModelCita = {
_embedded?: {
citas?: Array<EntityModelCita>;
};
_links?: Links;
page?: PageMetadata;
};