UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 192 B
/** Prism Central deployment type */ export var PctypeEnum; (function (PctypeEnum) { PctypeEnum["alone"] = "alone"; PctypeEnum["scale"] = "scale"; })(PctypeEnum || (PctypeEnum = {}));