UNPKG

@convergence/convergence

Version:
5 lines (4 loc) 166 B
import { ChatHistoryEntry } from "./ChatHistoryEntry"; export declare class UserJoinedChatHistoryEntry extends ChatHistoryEntry { static readonly TYPE: string; }