UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines (6 loc) 265 B
/** All existing type of routing for a voicemail */ export var VoicefaxRoutingEnum; (function (VoicefaxRoutingEnum) { VoicefaxRoutingEnum["fax"] = "fax"; VoicefaxRoutingEnum["voicemail"] = "voicemail"; })(VoicefaxRoutingEnum || (VoicefaxRoutingEnum = {}));