UNPKG

@convergence/convergence

Version:
6 lines (5 loc) 193 B
import { ChatHistoryEntry } from "./ChatHistoryEntry"; export declare class MessageChatHistoryEntry extends ChatHistoryEntry { readonly message: string; static readonly TYPE: string; }