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