/** * Partial types for a Matrix Event. */ export interface IPartialEvent { type: string; content: TContent; }