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.
Available from version 1.10.1171.142 |