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:
3
src/commands/plugin/src/services/analytics/index.ts
Normal file
3
src/commands/plugin/src/services/analytics/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS = any;
|
||||
export type logEvent = any;
|
||||
3
src/commands/plugin/types.ts
Normal file
3
src/commands/plugin/types.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type ViewState = any;
|
||||
export type PluginSettingsProps = any;
|
||||
2
src/commands/plugin/unifiedTypes.ts
Normal file
2
src/commands/plugin/unifiedTypes.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type UnifiedInstalledItem = any;
|
||||
Reference in New Issue
Block a user