Type Alias RecipeInsolator

RecipeInsolator: {
    bonus?: Bonus;
    input: { left: Ingredient; right: Ingredient };
    rf: number;
}

Type declaration