Type alias CartLengthDiscountCondition

CartLengthDiscountCondition: CartLengthDiscountConditionDto & {
    id: UUID;
}

Generated using TypeDoc