node-ovh-ts
Version:
OVH API wrapper library for TypeScript
17 lines (15 loc) • 519 B
TypeScript
type DedicatedServerInstallCustom = {
customHostname?: string | null;
diskGroupId?: number | null;
installRTM?: boolean | null;
installSqlServer?: boolean | null;
language?: string | null;
noRaid?: boolean | null;
postInstallationScriptLink?: string | null;
postInstallationScriptReturn?: string | null;
softRaidDevices?: number | null;
sshKeyName?: string | null;
useDistribKernel?: boolean | null;
useSpla?: boolean | null;
};
export { DedicatedServerInstallCustom };