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