Type Alias RecipePulverizer

RecipePulverizer: {
    bonus?: Bonus;
    input: string;
    output: Ingredient;
    rf: number;
}

Type declaration