mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 06:15:51 +00:00
feat: 完成stub
This commit is contained in:
6
src/utils/hooks/src/entrypoints/agentSdkTypes.ts
Normal file
6
src/utils/hooks/src/entrypoints/agentSdkTypes.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type HookEvent = any;
|
||||
export type AsyncHookJSONOutput = any;
|
||||
export type SyncHookJSONOutput = any;
|
||||
export type HOOK_EVENTS = any;
|
||||
export type HookEvent = any;
|
||||
2
src/utils/hooks/src/entrypoints/sdk/coreTypes.ts
Normal file
2
src/utils/hooks/src/entrypoints/sdk/coreTypes.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type HOOK_EVENTS = any;
|
||||
2
src/utils/hooks/src/state/AppState.ts
Normal file
2
src/utils/hooks/src/state/AppState.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AppState = any;
|
||||
2
src/utils/hooks/src/types/message.ts
Normal file
2
src/utils/hooks/src/types/message.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Message = any;
|
||||
Reference in New Issue
Block a user