UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 177 B
type TelephonyResetPhoneCodeInfo = { activationCode?: string | null; keyBook?: string | null; serverURL?: string | null; }; export { TelephonyResetPhoneCodeInfo };