return undefined;
}
const hasCommand = typeof raw.command === 'string' && raw.command.length > 0;
const hasBash = typeof raw.bash === 'string' && (raw.bash as string).length > 0;
const hasPowerShell = typeof raw.powershell === 'string' && (raw.powershell as string).length > 0;