interface PromotionCodeResource { /** * */ accountId?: string; /** * */ promotionCode?: string; } export default PromotionCodeResource;