Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
feat: adding isEnterpriseOnly flag (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanPazRibeiro authored Jul 25, 2023
1 parent 611626f commit b2aafd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/marketplace/IMarketplaceInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ export interface IMarketplaceInfo extends IAppInfo {
purchaseType: MarketplacePurchaseType;
pricingPlans?: Array<IMarketplacePricingPlan>;
bundledIn?: Array<IMarketplaceSimpleBundleInfo>;
isEnterpriseOnly?: boolean;
}

0 comments on commit b2aafd2

Please sign in to comment.