UNPKG

@convergence/convergence

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