UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

15 lines (12 loc) 351 B
/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { Links } from './Links'; import type { ProductoResponse } from './ProductoResponse'; export type CollectionModelProducto = { _embedded?: { productoes?: Array<ProductoResponse>; }; _links?: Links; };