UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

7 lines (5 loc) 127 B
type TelephonyPhoneCredentials = { login?: string | null; password?: string; }; export { TelephonyPhoneCredentials };