mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-04 13:48:32 -05:00
regenerate API
This commit is contained in:
@@ -58,10 +58,10 @@ export interface MealPlan {
|
||||
recipe?: RecipeOverview;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @type {number}
|
||||
* @memberof MealPlan
|
||||
*/
|
||||
servings: string;
|
||||
servings: number;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
@@ -118,10 +118,10 @@ export interface MealPlan {
|
||||
readonly mealTypeName: string;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @type {boolean}
|
||||
* @memberof MealPlan
|
||||
*/
|
||||
readonly shopping: string;
|
||||
readonly shopping: boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user