@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
13 lines • 583 B
TypeScript
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