UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

17 lines (14 loc) 441 B
/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { EntityModelAlimento } from './EntityModelAlimento'; import type { Links } from './Links'; import type { PageMetadata } from './PageMetadata'; export type PagedModelEntityModelAlimento = { _embedded?: { alimentoes?: Array<EntityModelAlimento>; }; _links?: Links; page?: PageMetadata; };