From 8d9aab214c6d8879c82e46ce4651c2c80013e4ae Mon Sep 17 00:00:00 2001 From: Will Chen Date: Thu, 17 Apr 2025 23:19:42 -0700 Subject: [PATCH] Remove unused (removed) types --- src/ipc/ipc_client.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ipc/ipc_client.ts b/src/ipc/ipc_client.ts index 0ccb543..b163626 100644 --- a/src/ipc/ipc_client.ts +++ b/src/ipc/ipc_client.ts @@ -13,10 +13,8 @@ import type { ChatStreamParams, CreateAppParams, CreateAppResult, - InstallNodeResult, ListAppsResponse, NodeSystemInfo, - SandboxConfig, Version, } from "./ipc_types"; import { showError } from "@/lib/toast";