import { OvhPabxDialplanExtensionConditionScreenListTypeEnum } from './OvhPabxDialplanExtensionConditionScreenListTypeEnum';
/** Screenlist condition */
export interface EasyHuntingScreenListsConditions {
    /** 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=EasyHuntingScreenListsConditions.d.ts.map