1
0
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:
Michael Telatynski
2021-06-17 14:24:53 +01:00
parent 50a973409a
commit 7c61b9cf7e
4 changed files with 7 additions and 6 deletions

View File

@@ -77,7 +77,7 @@ interface IUnsigned {
redacted_because?: IEvent;
}
interface IEvent {
export interface IEvent {
event_id: string;
type: string;
content: IContent;