mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-07 22:21:46 +00:00
fix(ui): import MCPEvent type into local scope in chat/types.ts (#23330)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user