regenerate API

This commit is contained in:
smilerz
2024-04-23 10:35:45 -05:00
parent dd3f38fe75
commit a67b084b52
61 changed files with 7120 additions and 5452 deletions

View File

@@ -148,10 +148,10 @@ export interface Recipe {
properties?: Array<Property>;
/**
*
* @type {string}
* @type {any}
* @memberof Recipe
*/
readonly foodProperties: string;
readonly foodProperties: any | null;
/**
*
* @type {number}
@@ -172,10 +172,10 @@ export interface Recipe {
servingsText?: string;
/**
*
* @type {string}
* @type {number}
* @memberof Recipe
*/
readonly rating: string | null;
readonly rating: number | null;
/**
*
* @type {Date}