UNPKG

@convergence/convergence

Version:
7 lines (6 loc) 246 B
import { ChatHistoryEntry } from "./ChatHistoryEntry"; import { DomainUser } from "../../identity"; export declare class UserAddedChatHistoryEntry extends ChatHistoryEntry { readonly addedUser: DomainUser; static readonly TYPE: string; }