@thunderfat/backend-sdk
Version:
TypeScript SDK for ThunderFat Nutrition Management API
15 lines (12 loc) • 351 B
text/typescript
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
import type { AlimentoResponse } from './AlimentoResponse';
import type { Links } from './Links';
export type CollectionModelAlimento = {
_embedded?: {
alimentoes?: Array<AlimentoResponse>;
};
_links?: Links;
};