Files
claude-code/src/tools/SkillTool/src/Tool.ts
T
2026-03-31 20:40:16 +08:00

9 lines
281 B
TypeScript

// Auto-generated type stub — replace with real implementation
export type Tool = any;
export type ToolCallProgress = any;
export type ToolResult = any;
export type ToolUseContext = any;
export type ValidationResult = any;
export type buildTool = any;
export type ToolDef = any;