UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 100 B
type VpsVnc = { host?: string; password?: string; port?: number; }; export { VpsVnc };