UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 201 B
/** Distinct type of virtual mac */ export var VmacTypeEnum; (function (VmacTypeEnum) { VmacTypeEnum["ovh"] = "ovh"; VmacTypeEnum["vmware"] = "vmware"; })(VmacTypeEnum || (VmacTypeEnum = {}));