UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (8 loc) 440 B
import { TelephonyOvhPabxDialplanExtensionConditionScreenListTypeEnum } from './TelephonyOvhPabxDialplanExtensionConditionScreenListTypeEnum.js'; type TelephonyEasyHuntingScreenListsConditions = { callerIdNumber?: string | null; conditionId?: number; destinationNumber?: string | null; screenListType?: TelephonyOvhPabxDialplanExtensionConditionScreenListTypeEnum; }; export { TelephonyEasyHuntingScreenListsConditions };