UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

11 lines (10 loc) 343 B
import type { EntityModelLineaFactura } from './EntityModelLineaFactura'; import type { Links } from './Links'; import type { PageMetadata } from './PageMetadata'; export type PagedModelEntityModelLineaFactura = { _embedded?: { lineaFacturas?: Array<EntityModelLineaFactura>; }; _links?: Links; page?: PageMetadata; };