UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

12 lines (10 loc) 261 B
type DedicatedServerBmcSupportedFeatures = { javaKvm?: boolean; sshSol?: boolean; testPassword?: boolean; testPing?: boolean; testWeb?: boolean; webKvm?: boolean; webSol?: boolean; }; export { DedicatedServerBmcSupportedFeatures };