@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
16 lines • 336 B
TypeScript
/** IVR menu key */
export declare enum OvhPabxIvrMenuKeyEnum {
'#' = "#",
'*' = "*",
'Key_0' = "0",
'Key_1' = "1",
'Key_2' = "2",
'Key_3' = "3",
'Key_4' = "4",
'Key_5' = "5",
'Key_6' = "6",
'Key_7' = "7",
'Key_8' = "8",
'Key_9' = "9"
}
//# sourceMappingURL=OvhPabxIvrMenuKeyEnum.d.ts.map