UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

13 lines 606 B
import { OvhPabxDialplanExtensionConditionScreenListTypeEnum } from './OvhPabxDialplanExtensionConditionScreenListTypeEnum'; /** Screenlist condition */ export interface OvhPabxDialplanExtensionConditionScreenList { /** Screenlist based on the presented caller number */ callerIdNumber?: string; /** */ conditionId: number; /** Screenlist based on the destination number */ destinationNumber?: string; /** Type of screenlist */ screenListType?: OvhPabxDialplanExtensionConditionScreenListTypeEnum; } //# sourceMappingURL=OvhPabxDialplanExtensionConditionScreenList.d.ts.map