UNPKG

@convergence/convergence

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