Type Alias RecipeSqueezer

RecipeSqueezer: {
    bonus: Bonus;
    input: Ingredient[];
    output: Liquid;
    ticks: number;
}

Type declaration