UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

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