UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 249 B
/** Pool type the customer can deploy */ export var PoolType; (function (PoolType) { PoolType["hybridPool"] = "hybridPool"; PoolType["privatePool"] = "privatePool"; PoolType["publicPool"] = "publicPool"; })(PoolType || (PoolType = {}));