UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

10 lines (8 loc) 295 B
type DedicatedTemplateOsProperties = { customHostname?: string | null; postInstallationScriptLink?: string | null; postInstallationScriptReturn?: string | null; sshKeyName?: string | null; useDistributionKernel?: boolean | null; }; export { DedicatedTemplateOsProperties };