From ec398b097bc29b660d86f1e293ac5e2db363ca7c Mon Sep 17 00:00:00 2001 From: Karmaa <88517757+LukeGus@users.noreply.github.com> Date: Thu, 9 Oct 2025 22:46:31 -0500 Subject: [PATCH] Update src/types/index.ts Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- src/types/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/index.ts b/src/types/index.ts index effac75c..33b3fe2a 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -265,7 +265,7 @@ export interface TabContextTab { | "user_profile"; title: string; hostConfig?: SSHHost; - terminalRef?: React.RefObject; + terminalRef?: React.RefObject; } // ============================================================================