fix(ui): import MCPEvent type into local scope in chat/types.ts (#23330)

This commit is contained in:
Joe Reyna
2026-03-11 07:37:24 -07:00
committed by GitHub
parent 7db34e3179
commit 7d2cc4a3bf
@@ -1,4 +1,5 @@
export type { MCPEvent } from "../mcp_tools/types";
import type { MCPEvent } from "../mcp_tools/types";
export type { MCPEvent };
export interface ChatMessage {
id: string;