@rocket.chat/apps-engine
Version:
The engine code for the Rocket.Chat Apps which manages, runs, translates, coordinates and all of that.
8 lines (7 loc) • 572 B
TypeScript
import { IAppLicenseMetadata } from './IAppLicenseMetadata';
import { IMarketplaceInfo } from './IMarketplaceInfo';
import { IMarketplacePricingPlan } from './IMarketplacePricingPlan';
import { IMarketplacePricingTier } from './IMarketplacePricingTier';
import { IMarketplaceSimpleBundleInfo } from './IMarketplaceSimpleBundleInfo';
import { IMarketplaceSubscriptionInfo } from './IMarketplaceSubscriptionInfo';
export { IAppLicenseMetadata, IMarketplaceInfo, IMarketplacePricingPlan, IMarketplacePricingTier, IMarketplaceSimpleBundleInfo, IMarketplaceSubscriptionInfo };