UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 231 B
type DedicatedServerConfigDrive = { enable?: boolean | null; hostname?: string | null; sshKey?: string | null; userData?: string | null; userMetadatas?: string | null; }; export { DedicatedServerConfigDrive };