@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
24 lines • 731 B
TypeScript
/** All existing types of line or alias */
export declare enum TypeEnum {
'carrierSip' = "carrierSip",
'cloudHunting' = "cloudHunting",
'cloudIvr' = "cloudIvr",
'conference' = "conference",
'contactCenterSolution' = "contactCenterSolution",
'contactCenterSolutionExpert' = "contactCenterSolutionExpert",
'ddi' = "ddi",
'easyHunting' = "easyHunting",
'empty' = "empty",
'fax' = "fax",
'freefax' = "freefax",
'mgcp' = "mgcp",
'oldConference' = "oldConference",
'plugAndFax' = "plugAndFax",
'redirect' = "redirect",
'sip' = "sip",
'svi' = "svi",
'voicefax' = "voicefax",
'voicemail' = "voicemail",
'vxml' = "vxml"
}
//# sourceMappingURL=TypeEnum.d.ts.map