Type alias OnSaleDiscountCondition

OnSaleDiscountCondition: OnSaleDiscountConditionDto & {
    id: UUID;
}

Generated using TypeDoc