UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 287 B
/** Possible values for ClusterClusterTypeEnum */ export var ClusterClusterTypeEnum; (function (ClusterClusterTypeEnum) { ClusterClusterTypeEnum["DEDICATED"] = "DEDICATED"; ClusterClusterTypeEnum["SHARED"] = "SHARED"; })(ClusterClusterTypeEnum || (ClusterClusterTypeEnum = {}));