We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a05bd6 commit e998e06Copy full SHA for e998e06
packages/nextjs/src/index.types.ts
@@ -25,6 +25,11 @@ export declare const contextLinesIntegration: typeof clientSdk.contextLinesInteg
25
// Different implementation in server and worker
26
export declare const vercelAIIntegration: typeof serverSdk.vercelAIIntegration;
27
28
+// Claude Code integration (server-only)
29
+export declare const claudeCodeIntegration: typeof serverSdk.claudeCodeIntegration;
30
+export declare const createInstrumentedClaudeQuery: typeof serverSdk.createInstrumentedClaudeQuery;
31
+export declare const patchClaudeCodeQuery: typeof serverSdk.patchClaudeCodeQuery;
32
+
33
export declare const getDefaultIntegrations: (options: Options) => Integration[];
34
export declare const defaultStackParser: StackParser;
35
0 commit comments