Merge branch 'develop' into api_enhancements

This commit is contained in:
vabene1111
2024-02-28 17:00:08 +01:00
committed by GitHub
42 changed files with 1133 additions and 97 deletions

View File

@@ -2262,7 +2262,7 @@ export interface Recipe {
* @type {Array<RecipeKeywords>}
* @memberof Recipe
*/
keywords: Array<RecipeKeywords>;
keywords?: Array<RecipeKeywords>;
/**
*
* @type {Array<RecipeSteps>}
@@ -2940,7 +2940,7 @@ export interface RecipeSteps {
* @type {string}
* @memberof RecipeSteps
*/
ingredients_markdown?: string;
instructions_markdown?: string;
/**
*
* @type {string}
@@ -3793,7 +3793,7 @@ export interface Step {
* @type {string}
* @memberof Step
*/
ingredients_markdown?: string;
instructions_markdown?: string;
/**
*
* @type {string}