mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
feat: 完成stub
This commit is contained in:
2
src/cli/transports/Transport.ts
Normal file
2
src/cli/transports/Transport.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type Transport = any;
|
||||
3
src/cli/transports/src/entrypoints/sdk/controlTypes.ts
Normal file
3
src/cli/transports/src/entrypoints/sdk/controlTypes.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type StdoutMessage = any;
|
||||
export type SDKPartialAssistantMessage = any;
|
||||
Reference in New Issue
Block a user