1
0
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:
Michael Telatynski
2021-12-16 09:57:07 +00:00
committed by GitHub
parent 72643026a3
commit 3eaed30446
5 changed files with 23 additions and 32 deletions

View File

@@ -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";