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
Convert Sync and SyncAccumulator to Typescript
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user