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

@@ -106,10 +106,10 @@ export interface RecipeOverview {
readonly servingsText: string;
/**
*
* @type {string}
* @type {number}
* @memberof RecipeOverview
*/
readonly rating: string | null;
readonly rating: number | null;
/**
*
* @type {Date}
@@ -118,10 +118,10 @@ export interface RecipeOverview {
readonly lastCooked: Date | null;
/**
*
* @type {string}
* @type {boolean}
* @memberof RecipeOverview
*/
readonly _new: string;
readonly _new: boolean;
/**
*
* @type {string}