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 useDynamicConfig = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isFeedbackSurveyDisabled = any;
|
||||
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getFeatureValue_CACHED_MAY_BE_STALE = any;
|
||||
export type checkStatsigFeatureGate_CACHED_MAY_BE_STALE = 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/components/FeedbackSurvey/useFrustrationDetection.ts
Normal file
2
src/components/FeedbackSurvey/useFrustrationDetection.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
3
src/components/FeedbackSurvey/utils.ts
Normal file
3
src/components/FeedbackSurvey/utils.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type FeedbackSurveyResponse = any;
|
||||
export type FeedbackSurveyType = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useExitOnCtrlCDWithKeybindings = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useShortcutDisplay = any;
|
||||
4
src/components/LogoV2/src/ink.ts
Normal file
4
src/components/LogoV2/src/ink.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Box = any;
|
||||
export type Text = any;
|
||||
export type useTheme = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getDynamicConfig_CACHED_MAY_BE_STALE = any;
|
||||
2
src/components/LogoV2/src/services/api/dumpPrompts.ts
Normal file
2
src/components/LogoV2/src/services/api/dumpPrompts.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getDumpPromptsPath = any;
|
||||
3
src/components/LogoV2/src/utils/config.ts
Normal file
3
src/components/LogoV2/src/utils/config.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getGlobalConfig = any;
|
||||
export type saveGlobalConfig = any;
|
||||
4
src/components/LogoV2/src/utils/debug.ts
Normal file
4
src/components/LogoV2/src/utils/debug.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isDebugMode = any;
|
||||
export type isDebugToStdErr = any;
|
||||
export type getDebugLogPath = any;
|
||||
2
src/components/LogoV2/src/utils/envUtils.ts
Normal file
2
src/components/LogoV2/src/utils/envUtils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isEnvTruthy = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SandboxManager = any;
|
||||
2
src/components/LogoV2/src/utils/settings/settings.ts
Normal file
2
src/components/LogoV2/src/utils/settings/settings.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getInitialSettings = any;
|
||||
3
src/components/LogoV2/src/utils/startupProfiler.ts
Normal file
3
src/components/LogoV2/src/utils/startupProfiler.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getStartupPerfLogPath = any;
|
||||
export type isDetailedProfilingEnabled = any;
|
||||
2
src/components/LogoV2/src/utils/systemTheme.ts
Normal file
2
src/components/LogoV2/src/utils/systemTheme.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type resolveThemeSetting = any;
|
||||
3
src/components/PromptInput/src/context/notifications.ts
Normal file
3
src/components/PromptInput/src/context/notifications.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Notification = any;
|
||||
export type useNotifications = any;
|
||||
2
src/components/PromptInput/src/history.ts
Normal file
2
src/components/PromptInput/src/history.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getPastedTextRefNumLines = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type HistoryMode = any;
|
||||
2
src/components/PromptInput/src/hooks/useCommandQueue.ts
Normal file
2
src/components/PromptInput/src/hooks/useCommandQueue.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useCommandQueue = any;
|
||||
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type IDEAtMentioned = any;
|
||||
export type useIdeAtMentioned = any;
|
||||
3
src/components/PromptInput/src/ink.ts
Normal file
3
src/components/PromptInput/src/ink.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Box = any;
|
||||
export type Text = any;
|
||||
@@ -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;
|
||||
5
src/components/PromptInput/src/state/AppState.ts
Normal file
5
src/components/PromptInput/src/state/AppState.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useAppState = any;
|
||||
export type useAppStateStore = any;
|
||||
export type AppState = any;
|
||||
export type useSetAppState = any;
|
||||
2
src/components/PromptInput/src/state/AppStateStore.ts
Normal file
2
src/components/PromptInput/src/state/AppStateStore.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FooterItem = any;
|
||||
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AGENT_COLOR_TO_THEME_COLOR = any;
|
||||
export type AGENT_COLORS = any;
|
||||
export type AgentColorName = any;
|
||||
2
src/components/PromptInput/src/types/textInputTypes.ts
Normal file
2
src/components/PromptInput/src/types/textInputTypes.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type PromptInputMode = any;
|
||||
3
src/components/PromptInput/src/utils/config.ts
Normal file
3
src/components/PromptInput/src/utils/config.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getGlobalConfig = any;
|
||||
export type PastedContent = any;
|
||||
2
src/components/PromptInput/src/utils/cwd.ts
Normal file
2
src/components/PromptInput/src/utils/cwd.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getCwd = any;
|
||||
2
src/components/PromptInput/src/utils/exampleCommands.ts
Normal file
2
src/components/PromptInput/src/utils/exampleCommands.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getExampleCommandFromCache = any;
|
||||
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isQueuedCommandEditable = any;
|
||||
export type popAllEditable = any;
|
||||
2
src/components/PromptInput/src/utils/platform.ts
Normal file
2
src/components/PromptInput/src/utils/platform.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getPlatform = any;
|
||||
2
src/components/PromptInput/src/utils/teammate.ts
Normal file
2
src/components/PromptInput/src/utils/teammate.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getTeammateColor = any;
|
||||
2
src/components/PromptInput/src/utils/theme.ts
Normal file
2
src/components/PromptInput/src/utils/theme.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Theme = any;
|
||||
@@ -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;
|
||||
3
src/components/Spinner/types.ts
Normal file
3
src/components/Spinner/types.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type SpinnerMode = any;
|
||||
export type RGBColor = any;
|
||||
2
src/components/StructuredDiff/src/utils/theme.ts
Normal file
2
src/components/StructuredDiff/src/utils/theme.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ThemeName = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logEvent = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type PermissionRule = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getSettingsForSource = any;
|
||||
2
src/components/TrustDialog/src/utils/settings/types.ts
Normal file
2
src/components/TrustDialog/src/utils/settings/types.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SettingsJson = any;
|
||||
4
src/components/agents/SnapshotUpdateDialog.ts
Normal file
4
src/components/agents/SnapshotUpdateDialog.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const SnapshotUpdateDialog: any = (() => {}) as any;
|
||||
export const buildMergePrompt: any = (() => {}) as any;
|
||||
2
src/components/agents/new-agent-creation/types.ts
Normal file
2
src/components/agents/new-agent-creation/types.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type AgentWizardData = 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;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useSetAppState = any;
|
||||
4
src/components/agents/src/Tool.ts
Normal file
4
src/components/agents/src/Tool.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Tool = any;
|
||||
export type Tools = any;
|
||||
export type getEmptyToolPermissionContext = any;
|
||||
2
src/components/agents/src/context.ts
Normal file
2
src/components/agents/src/context.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getUserContext = any;
|
||||
2
src/components/agents/src/services/api/claude.ts
Normal file
2
src/components/agents/src/services/api/claude.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type queryModelWithoutStreaming = any;
|
||||
2
src/components/agents/src/services/mcp/mcpStringUtils.ts
Normal file
2
src/components/agents/src/services/mcp/mcpStringUtils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type mcpInfoFromString = any;
|
||||
2
src/components/agents/src/services/mcp/utils.ts
Normal file
2
src/components/agents/src/services/mcp/utils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isMcpTool = any;
|
||||
2
src/components/agents/src/state/AppState.ts
Normal file
2
src/components/agents/src/state/AppState.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useSetAppState = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type filterToolsForAgent = any;
|
||||
2
src/components/agents/src/tools/AgentTool/constants.ts
Normal file
2
src/components/agents/src/tools/AgentTool/constants.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AGENT_TOOL_NAME = any;
|
||||
2
src/components/agents/src/tools/BashTool/BashTool.ts
Normal file
2
src/components/agents/src/tools/BashTool/BashTool.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type BashTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ExitPlanModeV2Tool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FileEditTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FileReadTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FileWriteTool = any;
|
||||
2
src/components/agents/src/tools/GlobTool/GlobTool.ts
Normal file
2
src/components/agents/src/tools/GlobTool/GlobTool.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type GlobTool = any;
|
||||
2
src/components/agents/src/tools/GrepTool/GrepTool.ts
Normal file
2
src/components/agents/src/tools/GrepTool/GrepTool.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type GrepTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ListMcpResourcesTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type NotebookEditTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ReadMcpResourceTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type TaskOutputTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type TaskStopTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type TodoWriteTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type TungstenTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type WebFetchTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type WebSearchTool = any;
|
||||
2
src/components/agents/src/utils/api.ts
Normal file
2
src/components/agents/src/utils/api.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type prependUserContext = any;
|
||||
3
src/components/agents/src/utils/messages.ts
Normal file
3
src/components/agents/src/utils/messages.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type createUserMessage = any;
|
||||
export type normalizeMessagesForAPI = any;
|
||||
2
src/components/agents/src/utils/model/model.ts
Normal file
2
src/components/agents/src/utils/model/model.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ModelName = any;
|
||||
3
src/components/agents/src/utils/settings/constants.ts
Normal file
3
src/components/agents/src/utils/settings/constants.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SettingSource = any;
|
||||
export type getSettingSourceName = any;
|
||||
2
src/components/agents/src/utils/settings/managedPath.ts
Normal file
2
src/components/agents/src/utils/settings/managedPath.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getManagedFilePath = any;
|
||||
3
src/components/grove/src/services/analytics/index.ts
Normal file
3
src/components/grove/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;
|
||||
2
src/components/hooks/src/entrypoints/agentSdkTypes.ts
Normal file
2
src/components/hooks/src/entrypoints/agentSdkTypes.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type HookEvent = any;
|
||||
3
src/components/hooks/src/state/AppState.ts
Normal file
3
src/components/hooks/src/state/AppState.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useAppState = any;
|
||||
export type useAppStateStore = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type HookEventMetadata = any;
|
||||
3
src/components/mcp/src/services/analytics/index.ts
Normal file
3
src/components/mcp/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;
|
||||
2
src/components/mcp/src/services/mcp/config.ts
Normal file
2
src/components/mcp/src/services/mcp/config.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getMcpConfigsByScope = any;
|
||||
2
src/components/mcp/src/services/mcp/types.ts
Normal file
2
src/components/mcp/src/services/mcp/types.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ConfigScope = any;
|
||||
3
src/components/mcp/src/services/mcp/utils.ts
Normal file
3
src/components/mcp/src/services/mcp/utils.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type describeMcpConfigFilePath = any;
|
||||
export type getScopeLabel = any;
|
||||
2
src/components/mcp/src/utils/settings/validation.ts
Normal file
2
src/components/mcp/src/utils/settings/validation.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ValidationError = any;
|
||||
8
src/components/mcp/types.ts
Normal file
8
src/components/mcp/types.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type ServerInfo = any;
|
||||
export type AgentMcpServerInfo = any;
|
||||
export type MCPViewState = any;
|
||||
export type StdioServerInfo = any;
|
||||
export type ClaudeAIServerInfo = any;
|
||||
export type HTTPServerInfo = any;
|
||||
export type SSEServerInfo = any;
|
||||
3
src/components/messages/SnipBoundaryMessage.ts
Normal file
3
src/components/messages/SnipBoundaryMessage.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const SnipBoundaryMessage: any = (() => {}) as any;
|
||||
3
src/components/messages/UserCrossSessionMessage.ts
Normal file
3
src/components/messages/UserCrossSessionMessage.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const UserCrossSessionMessage: any = (() => {}) as any;
|
||||
3
src/components/messages/UserForkBoilerplateMessage.ts
Normal file
3
src/components/messages/UserForkBoilerplateMessage.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const UserForkBoilerplateMessage: any = (() => {}) as any;
|
||||
3
src/components/messages/UserGitHubWebhookMessage.ts
Normal file
3
src/components/messages/UserGitHubWebhookMessage.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const UserGitHubWebhookMessage: any = (() => {}) as any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type InterruptedByUser = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Markdown = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type MessageResponse = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SentryErrorBoundary = any;
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user