UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

15 lines (12 loc) 446 B
import { TelephonyFaxScreenListTypeEnum } from './TelephonyFaxScreenListTypeEnum.js'; type TelephonyFaxScreen = { blacklistedNumbers?: string[] | null; blacklistedTSI?: string[] | null; callNumber?: string; countryCode?: string; filteringList?: TelephonyFaxScreenListTypeEnum | null; serviceName?: string; whitelistedNumbers?: string[] | null; whitelistedTSI?: string[] | null; }; export { TelephonyFaxScreen };