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:
2
src/services/tips/src/utils/debug.ts
Normal file
2
src/services/tips/src/utils/debug.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logForDebugging = any;
|
||||
2
src/services/tips/src/utils/fileHistory.ts
Normal file
2
src/services/tips/src/utils/fileHistory.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type fileHistoryEnabled = any;
|
||||
4
src/services/tips/src/utils/settings/settings.ts
Normal file
4
src/services/tips/src/utils/settings/settings.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getInitialSettings = any;
|
||||
export type getSettings_DEPRECATED = any;
|
||||
export type getSettingsForSource = any;
|
||||
3
src/services/tips/types.ts
Normal file
3
src/services/tips/types.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type Tip = any;
|
||||
export type TipContext = any;
|
||||
Reference in New Issue
Block a user