UNPKG

@thunderfat/backend-sdk

Version:

TypeScript SDK for ThunderFat Nutrition Management API

7 lines (6 loc) 242 B
import type { AbstractJsonSchemaPropertyObject } from './AbstractJsonSchemaPropertyObject'; export type Item = { type?: string; properties?: Record<string, AbstractJsonSchemaPropertyObject>; requiredProperties?: Array<string>; };