fix type errors

This commit is contained in:
David Blass
2025-10-14 14:58:46 -04:00
parent c8ba7940e3
commit a05829f781
4 changed files with 12 additions and 16 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
export { ClaudeAgent } from "./agents/claude.ts";
export type { Agent, AgentConfig, AgentResult } from "./agents/types.ts";
export {
type ActionInputs as ExecutionInputs,
type Inputs as ExecutionInputs,
type MainResult,
main,
} from "./main.ts";