export enum MarketplacePricingStrategy { PricingStrategyOnce = 'once', PricingStrategyMonthly = 'monthly', PricingStrategyYearly = 'yearly', }