UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

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