export interface IIFoodOrderItemScalePriceScale {
    description?: string;
    minQuantity: number;
    price: number;
}
