/** 프로모션 혜택 유지 옵션을 이전 부분 취소와 다른 것으로 입력한 경우 */
export type PromotionDiscountRetainOptionShouldNotBeChangedError = {
    type: "PROMOTION_DISCOUNT_RETAIN_OPTION_SHOULD_NOT_BE_CHANGED";
    message?: string;
};
