UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 290 B
/** Greeting type */ export var VoicemailGreetingEnum; (function (VoicemailGreetingEnum) { VoicemailGreetingEnum["default"] = "default"; VoicemailGreetingEnum["full"] = "full"; VoicemailGreetingEnum["short"] = "short"; })(VoicemailGreetingEnum || (VoicemailGreetingEnum = {}));