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.

FolderRecipe 1:

Available from version 1.10.1171.142