import { DomainUser } from "../identity"; export interface IChatMember { readonly user: DomainUser; readonly maxSeenEventNumber: number; }