UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (7 loc) 226 B
import { TelephonyTypeServiceEnum } from './TelephonyTypeServiceEnum.js'; type TelephonyTrunk = { description?: string; serviceName?: string; serviceType?: TelephonyTypeServiceEnum; }; export { TelephonyTrunk };