type DedicatedTemplateOsProperties = {
customHostname?: string | null;
postInstallationScriptLink?: string | null;
postInstallationScriptReturn?: string | null;
sshKeyName?: string | null;
useDistributionKernel?: boolean | null;
};
export { DedicatedTemplateOsProperties };