UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 212 B
/** Pool type the customer can deploy */ export declare enum PoolType { 'hybridPool' = "hybridPool", 'privatePool' = "privatePool", 'publicPool' = "publicPool" } //# sourceMappingURL=PoolType.d.ts.map