pub type ItemPrice<T, I = ()> = <<T as Config<I>>::Currency as Currency<<T as SystemConfig>::AccountId>>::Balance;
A type alias to represent the price of an item.