UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

12 lines (11 loc) 519 B
/** A short description of what does the Task on your license */ export var ActionType; (function (ActionType) { ActionType["addWindowFromExistingSerial"] = "addWindowFromExistingSerial"; ActionType["changeIp"] = "changeIp"; ActionType["changeOs"] = "changeOs"; ActionType["installLicense"] = "installLicense"; ActionType["optionUpgrade"] = "optionUpgrade"; ActionType["releaseOption"] = "releaseOption"; ActionType["versionUpgrade"] = "versionUpgrade"; })(ActionType || (ActionType = {}));