Remove unused (removed) types

This commit is contained in:
Will Chen
2025-04-17 23:19:42 -07:00
parent 846978ee40
commit 8d9aab214c

View File

@@ -13,10 +13,8 @@ import type {
ChatStreamParams, ChatStreamParams,
CreateAppParams, CreateAppParams,
CreateAppResult, CreateAppResult,
InstallNodeResult,
ListAppsResponse, ListAppsResponse,
NodeSystemInfo, NodeSystemInfo,
SandboxConfig,
Version, Version,
} from "./ipc_types"; } from "./ipc_types";
import { showError } from "@/lib/toast"; import { showError } from "@/lib/toast";