UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 197 B
/** RebootTypeEnum */ export var RebootTypeEnum; (function (RebootTypeEnum) { RebootTypeEnum["hard"] = "hard"; RebootTypeEnum["soft"] = "soft"; })(RebootTypeEnum || (RebootTypeEnum = {}));