UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

11 lines (9 loc) 217 B
type TelephonyFunctionKey = { default?: string | null; function?: string | null; keyNum?: number; label?: string; parameter?: string | null; type?: string; }; export { TelephonyFunctionKey };