UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 389 B
/** Screenlist condition type */ export declare enum OvhPabxDialplanExtensionConditionScreenListTypeEnum { 'destinationBlackList' = "destinationBlackList", 'destinationWhiteList' = "destinationWhiteList", 'incomingBlackList' = "incomingBlackList", 'incomingWhiteList' = "incomingWhiteList" } //# sourceMappingURL=OvhPabxDialplanExtensionConditionScreenListTypeEnum.d.ts.map