mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-19 06:45:50 +00:00
feat: 完成stub
This commit is contained in:
3
src/hooks/notifs/src/context/notifications.ts
Normal file
3
src/hooks/notifs/src/context/notifications.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useNotifications = any;
|
||||
export type Notification = any;
|
||||
2
src/hooks/notifs/src/ink.ts
Normal file
2
src/hooks/notifs/src/ink.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Text = any;
|
||||
3
src/hooks/notifs/src/services/claudeAiLimits.ts
Normal file
3
src/hooks/notifs/src/services/claudeAiLimits.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getRateLimitWarning = any;
|
||||
export type getUsingOverageText = any;
|
||||
2
src/hooks/notifs/src/services/claudeAiLimitsHook.ts
Normal file
2
src/hooks/notifs/src/services/claudeAiLimitsHook.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useClaudeAiLimits = any;
|
||||
2
src/hooks/notifs/src/services/mcp/types.ts
Normal file
2
src/hooks/notifs/src/services/mcp/types.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type MCPServerConnection = any;
|
||||
2
src/hooks/notifs/src/services/oauth/getOauthProfile.ts
Normal file
2
src/hooks/notifs/src/services/oauth/getOauthProfile.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getOauthProfileFromApiKey = any;
|
||||
3
src/hooks/notifs/src/state/AppState.ts
Normal file
3
src/hooks/notifs/src/state/AppState.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useAppState = any;
|
||||
export type useSetAppState = any;
|
||||
3
src/hooks/notifs/src/utils/auth.ts
Normal file
3
src/hooks/notifs/src/utils/auth.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getSubscriptionType = any;
|
||||
export type isClaudeAISubscriber = any;
|
||||
2
src/hooks/notifs/src/utils/billing.ts
Normal file
2
src/hooks/notifs/src/utils/billing.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type hasClaudeAiBillingAccess = any;
|
||||
2
src/hooks/notifs/src/utils/bundledMode.ts
Normal file
2
src/hooks/notifs/src/utils/bundledMode.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isInBundledMode = any;
|
||||
4
src/hooks/notifs/src/utils/config.ts
Normal file
4
src/hooks/notifs/src/utils/config.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getGlobalConfig = any;
|
||||
export type saveGlobalConfig = any;
|
||||
export type GlobalConfig = any;
|
||||
2
src/hooks/notifs/src/utils/doctorDiagnostic.ts
Normal file
2
src/hooks/notifs/src/utils/doctorDiagnostic.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getCurrentInstallationType = any;
|
||||
2
src/hooks/notifs/src/utils/envUtils.ts
Normal file
2
src/hooks/notifs/src/utils/envUtils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isEnvTruthy = any;
|
||||
7
src/hooks/notifs/src/utils/fastMode.ts
Normal file
7
src/hooks/notifs/src/utils/fastMode.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type CooldownReason = any;
|
||||
export type isFastModeEnabled = any;
|
||||
export type onCooldownExpired = any;
|
||||
export type onCooldownTriggered = any;
|
||||
export type onFastModeOverageRejection = any;
|
||||
export type onOrgFastModeChanged = any;
|
||||
2
src/hooks/notifs/src/utils/format.ts
Normal file
2
src/hooks/notifs/src/utils/format.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type formatDuration = any;
|
||||
5
src/hooks/notifs/src/utils/ide.ts
Normal file
5
src/hooks/notifs/src/utils/ide.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type detectIDEs = any;
|
||||
export type IDEExtensionInstallationStatus = any;
|
||||
export type isJetBrainsIde = any;
|
||||
export type isSupportedTerminal = any;
|
||||
2
src/hooks/notifs/src/utils/model/deprecation.ts
Normal file
2
src/hooks/notifs/src/utils/model/deprecation.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getModelDeprecationWarning = any;
|
||||
2
src/hooks/notifs/src/utils/nativeInstaller/index.ts
Normal file
2
src/hooks/notifs/src/utils/nativeInstaller/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type checkInstall = any;
|
||||
2
src/hooks/notifs/useAntOrgWarningNotification.ts
Normal file
2
src/hooks/notifs/useAntOrgWarningNotification.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
Reference in New Issue
Block a user