FolderRecipeType

[ Interface ]

export interface FolderRecipeType {
    [index: string]: FolderRecipeType | RecipeType;
}

Definition of a recipe type folder.

Other folders or a recipe type can be used as child elements of the object.

FolderRecipeType 1:

Available from version 1.10.1171.142