mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02:00
fixup types
This commit is contained in:
parent
ead847ec6a
commit
89102aa903
@ -5,7 +5,6 @@ import type { EventStatus, IEventRelation, Membership } from "matrix-js-sdk";
|
||||
* @beta
|
||||
*/
|
||||
export interface MatrixEvent {
|
||||
// Properties provided by the spec
|
||||
eventId: string;
|
||||
roomId?: string;
|
||||
sender: string;
|
||||
@ -15,8 +14,6 @@ export interface MatrixEvent {
|
||||
stateKey?: string;
|
||||
originServerTs: number;
|
||||
redacts?: string;
|
||||
|
||||
// Properties provided by the SDK
|
||||
membership?: Membership;
|
||||
status: EventStatus;
|
||||
relation?: IEventRelation | null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user