UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

9 lines (8 loc) 276 B
import type { Links } from './Links'; import type { MedicionSegmentalResponse } from './MedicionSegmentalResponse'; export type CollectionModelMedicionSegmental = { _embedded?: { medicionSegmentals?: Array<MedicionSegmentalResponse>; }; _links?: Links; };