Skip to content

helix / Ingredient

Type Alias: Ingredient

Ingredient = string | ItemValue | IdValue

Defined in: core/values/recipe.ts:14

Anything usable as a recipe ingredient: an item/tag id string, an ItemValue, or an IdValue.

Released under the MIT License · Credits