summaryrefslogtreecommitdiffhomepage
path: root/packages/tool-shell/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/tool-shell/src/index.ts')
-rw-r--r--packages/tool-shell/src/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tool-shell/src/index.ts b/packages/tool-shell/src/index.ts
index efd36fc..5194342 100644
--- a/packages/tool-shell/src/index.ts
+++ b/packages/tool-shell/src/index.ts
@@ -1,3 +1,3 @@
export { extension } from "./extension.js";
-export type { SpawnResult, SpawnShell, ValidatedArgs } from "./shell.js";
+export type { SpawnResult, ValidatedArgs } from "./shell.js";
export { createRunShellTool } from "./shell.js";