export interface IOrderItemScaleV3 {
    minQuantity: number;
    price: number;
}
