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

Convert Sync and SyncAccumulator to Typescript

This commit is contained in:
Michael Telatynski
2021-07-01 22:47:50 +01:00
parent a99c1e96d6
commit cab334ed73
12 changed files with 1981 additions and 1820 deletions

View File

@@ -74,7 +74,7 @@ export interface IContent {
type StrippedState = Required<Pick<IEvent, "content" | "state_key" | "type" | "sender">>;
interface IUnsigned {
export interface IUnsigned {
age?: number;
prev_sender?: string;
prev_content?: IContent;