@thunderfat/backend-sdk
Version:
TypeScript SDK for ThunderFat Nutrition Management API
16 lines (14 loc) • 315 B
text/typescript
/* generated using openapi-typescript-codegen -- do no edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export type Link = {
href?: string;
hreflang?: string;
title?: string;
type?: string;
deprecation?: string;
profile?: string;
name?: string;
templated?: boolean;
};