You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
Fix more type definitions
This commit is contained in:
@@ -77,7 +77,7 @@ interface IUnsigned {
|
||||
redacted_because?: IEvent;
|
||||
}
|
||||
|
||||
interface IEvent {
|
||||
export interface IEvent {
|
||||
event_id: string;
|
||||
type: string;
|
||||
content: IContent;
|
||||
|
||||
Reference in New Issue
Block a user