fix(ui): import MCPEvent type into local scope in chat/types.ts (#23330)
This commit is contained in:
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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user