UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 170 B
type TelephonyCarrierSipDetails = { description?: string; maxCallsPerSecond?: number; maxConcurrentCalls?: number; }; export { TelephonyCarrierSipDetails };