UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 297 B
/** Phone Configuration level enum */ export var PhoneConfigurationLevelEnum; (function (PhoneConfigurationLevelEnum) { PhoneConfigurationLevelEnum["admin"] = "admin"; PhoneConfigurationLevelEnum["expert"] = "expert"; })(PhoneConfigurationLevelEnum || (PhoneConfigurationLevelEnum = {}));