node-ovh-ts
Version:
OVH API wrapper library for TypeScript
4 lines (2 loc) • 360 B
TypeScript
type TelephonyTypeEnum = 'carrierSip' | 'cloudHunting' | 'cloudIvr' | 'conference' | 'contactCenterSolution' | 'contactCenterSolutionExpert' | 'ddi' | 'easyHunting' | 'easyPabx' | 'empty' | 'fax' | 'freefax' | 'mgcp' | 'miniPabx' | 'oldConference' | 'plugAndFax' | 'redirect' | 'sip' | 'svi' | 'voicefax' | 'voicemail' | 'vxml';
export { TelephonyTypeEnum };