UNPKG

genezio

Version:

Command line utility to interact with Genezio infrastructure.

14 lines (13 loc) 509 B
export var MongoClusterType; (function (MongoClusterType) { MongoClusterType["SHARED"] = "sharedCluster"; MongoClusterType["DEDICATED"] = "dedicatedCluster"; })(MongoClusterType || (MongoClusterType = {})); export var MongoClusterTier; (function (MongoClusterTier) { MongoClusterTier["M10"] = "M10"; MongoClusterTier["M20"] = "M20"; MongoClusterTier["M30"] = "M30"; MongoClusterTier["M40"] = "M40"; MongoClusterTier["M50"] = "M50"; })(MongoClusterTier || (MongoClusterTier = {}));