UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 228 B
/** Office license's type */ export var LicenseTypeEnum; (function (LicenseTypeEnum) { LicenseTypeEnum["ADDON"] = "ADDON"; LicenseTypeEnum["NON-SPECIFIC"] = "NON-SPECIFIC"; })(LicenseTypeEnum || (LicenseTypeEnum = {}));