mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 04:39:54 -05:00
change Recipe API to make keywords an optional field
This commit is contained in:
@@ -2200,7 +2200,7 @@ export interface Recipe {
|
||||
* @type {Array<RecipeKeywords>}
|
||||
* @memberof Recipe
|
||||
*/
|
||||
keywords: Array<RecipeKeywords>;
|
||||
keywords?: Array<RecipeKeywords>;
|
||||
/**
|
||||
*
|
||||
* @type {Array<RecipeSteps>}
|
||||
|
||||
Reference in New Issue
Block a user