UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (7 loc) 226 B
import { TelephonyProtocolEnum } from './TelephonyProtocolEnum.js'; type TelephonyDefaultIpRestriction = { id?: number; subnet?: string; type?: TelephonyProtocolEnum; }; export { TelephonyDefaultIpRestriction };