mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 22:05:50 +00:00
feat: 完成stub
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Select = any;
|
||||
@@ -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;
|
||||
2
src/commands/install-github-app/src/utils/config.ts
Normal file
2
src/commands/install-github-app/src/utils/config.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type saveGlobalConfig = any;
|
||||
4
src/commands/install-github-app/types.ts
Normal file
4
src/commands/install-github-app/types.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type Workflow = any;
|
||||
export type State = any;
|
||||
export type Warning = any;
|
||||
Reference in New Issue
Block a user