Type Alias RecipeHarvester

RecipeHarvester: {
    bonus?: (string | Stack | Bonus)[];
    type: keyof typeof HARVESTER_TYPE;
}

Type declaration

  • Optionalbonus?: (string | Stack | Bonus)[]
  • type: keyof typeof HARVESTER_TYPE