UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 156 B
type OverTheBoxRemoteAccessUserInfos = { ip?: string; publicKey?: string | null; user?: string; }; export { OverTheBoxRemoteAccessUserInfos };