mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix(ui): import MCPEvent type into local scope in chat/types.ts (#23330)
This commit is contained in:
parent
7db34e3179
commit
7d2cc4a3bf
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue