UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

9 lines (8 loc) 251 B
import type { LineaFacturaResponse } from './LineaFacturaResponse'; import type { Links } from './Links'; export type CollectionModelLineaFactura = { _embedded?: { lineaFacturas?: Array<LineaFacturaResponse>; }; _links?: Links; };