UNPKG

@convergence/convergence

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