export type PromotionSpareBudgetAmount = {
    /** 환불 대비용 프로모션 추가 예산 */
    type: "AMOUNT";
    /** (int64) */
    amount: number;
};
