UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (7 loc) 303 B
import { TelephonyTelephonySearchServiceTypeEnum } from './TelephonyTelephonySearchServiceTypeEnum.js'; type TelephonyTelephonySearchService = { billingAccount?: string | null; domain?: string; type?: TelephonyTelephonySearchServiceTypeEnum; }; export { TelephonyTelephonySearchService };