ItemGoldValue interface
The item's gold value information.
Signature:
export interface ItemGoldValue
Properties
base
The base value for this item. This does not include the value of this item's components.
Type: Number
sell
The selling price of this item.
Type: Number
total
The total gold value for this item. This includes the value of this item's components.
Type: Number