1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Convert EventTimeline, EventTimelineSet and TimelineWindow to TS

This commit is contained in:
Michael Telatynski
2021-07-01 09:53:55 +01:00
parent e3a00c2cb4
commit 4b29f02f1c
12 changed files with 1830 additions and 1785 deletions

View File

@@ -112,7 +112,7 @@ interface IAggregatedRelation {
}
interface IEventRelation {
rel_type: string;
rel_type: RelationType | string;
event_id: string;
key?: string;
}