FolderRecipe
[ Interface ]
export interface FolderRecipe {
[index: string]: FolderRecipe | Recipe;
}
Definition of a recipe folder.
Other folders or a recipe can be used as child elements of the object.
Available from version 1.10.1171.142 |
[ Interface ]
export interface FolderRecipe {
[index: string]: FolderRecipe | Recipe;
}
Definition of a recipe folder.
Other folders or a recipe can be used as child elements of the object.
Available from version 1.10.1171.142 |