UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 153 B
type TelephonyPhonebook = { bookKey?: string; isReadonly?: boolean; name?: string; phoneKey?: string; }; export { TelephonyPhonebook };