Type Alias IShellServer

IShellServer: IShellInternal & Pick<
    IShell,
    | "executeBashScript"
    | "executePowershellScript"
    | "executeAppleScript"
    | "executePythonScript"
    | "executeZshScript"
    | "executeNodeScript"
    | "hasCommand"
    | "likelyOnWindows",
>