UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines (8 loc) 488 B
/** Type of line blocking on outplan notification */ export var OutplanNotificationBlockEnum; (function (OutplanNotificationBlockEnum) { OutplanNotificationBlockEnum["blockAllCalls"] = "blockAllCalls"; OutplanNotificationBlockEnum["blockIncomingCalls"] = "blockIncomingCalls"; OutplanNotificationBlockEnum["blockOutgoingCalls"] = "blockOutgoingCalls"; OutplanNotificationBlockEnum["none"] = "none"; })(OutplanNotificationBlockEnum || (OutplanNotificationBlockEnum = {}));