default: default<{
    action: CraftingIngredient;
    description: Readonly<IItemDescription>;
    details: Set<symbol>;
    entityType: Item;
    quality: Quality;
    type: ItemType;
    union: IUseInfoBase<default, CraftingIngredient>;
    value?: default;
}, CraftingIngredient, {}, default>

Generated using TypeDoc