UNPKG

@convergence/convergence

Version:
9 lines (8 loc) 299 B
import { ChatHistoryEntry } from "./ChatHistoryEntry"; import { DomainUser } from "../../identity"; export declare class CreatedChatHistoryEntry extends ChatHistoryEntry { readonly name: string; readonly topic: string; readonly members: DomainUser[]; static readonly TYPE: string; }