You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
Iterate typing around sync, usage limits and errors (#2077)
This commit is contained in:
committed by
GitHub
parent
72643026a3
commit
3eaed30446
@@ -97,7 +97,7 @@ import {
|
||||
IRecoveryKey,
|
||||
ISecretStorageKeyInfo,
|
||||
} from "./crypto/api";
|
||||
import { SyncState } from "./sync.api";
|
||||
import { SyncState } from "./sync";
|
||||
import { EventTimelineSet } from "./models/event-timeline-set";
|
||||
import { VerificationRequest } from "./crypto/verification/request/VerificationRequest";
|
||||
import { VerificationBase as Verification } from "./crypto/verification/Base";
|
||||
|
||||
Reference in New Issue
Block a user