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:
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type extraUsage = any;
|
||||
2
src/components/Settings/src/constants/outputStyles.ts
Normal file
2
src/components/Settings/src/constants/outputStyles.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type DEFAULT_OUTPUT_STYLE_NAME = any;
|
||||
2
src/components/Settings/src/cost-tracker.ts
Normal file
2
src/components/Settings/src/cost-tracker.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type formatCost = any;
|
||||
3
src/components/Settings/src/services/analytics/index.ts
Normal file
3
src/components/Settings/src/services/analytics/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logEvent = any;
|
||||
export type AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS = any;
|
||||
2
src/components/Settings/src/utils/auth.ts
Normal file
2
src/components/Settings/src/utils/auth.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getSubscriptionType = any;
|
||||
4
src/components/Settings/src/utils/claudemd.ts
Normal file
4
src/components/Settings/src/utils/claudemd.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getExternalClaudeMdIncludes = any;
|
||||
export type getMemoryFiles = any;
|
||||
export type hasExternalClaudeMdIncludes = any;
|
||||
3
src/components/Settings/src/utils/envUtils.ts
Normal file
3
src/components/Settings/src/utils/envUtils.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isEnvTruthy = any;
|
||||
export type isRunningOnHomespace = any;
|
||||
Reference in New Issue
Block a user