export type PromotionSpareBudgetPercent = { /** 환불 대비용 프로모션 추가 예산 */ type: "PERCENT"; /** (int32) */ percent: number; };