1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 09:07:12 -05:00

renamed ingredients_markdown and removed ingredients_vue

This commit is contained in:
vabene1111
2024-02-24 13:05:23 +01:00
parent 6de68707ed
commit ae70064c06
4 changed files with 19 additions and 20 deletions

View File

@@ -2878,7 +2878,7 @@ export interface RecipeSteps {
* @type {string}
* @memberof RecipeSteps
*/
ingredients_markdown?: string;
instructions_markdown?: string;
/**
*
* @type {string}
@@ -3731,7 +3731,7 @@ export interface Step {
* @type {string}
* @memberof Step
*/
ingredients_markdown?: string;
instructions_markdown?: string;
/**
*
* @type {string}