UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

13 lines (10 loc) 357 B
import { TelephonyTypeEnum } from './TelephonyTypeEnum.js'; import { TelephonyTypeServiceEnum } from './TelephonyTypeServiceEnum.js'; type TelephonyNumber = { description?: string; featureType?: TelephonyTypeEnum; partOfPool?: string | null; serviceName?: string; serviceType?: TelephonyTypeServiceEnum; }; export { TelephonyNumber };