add interface import
This commit is contained in:
parent
f3743f3ca1
commit
41cb51e044
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ limitations under the License.
|
||||||
|
|
||||||
import { IMatrixClientCreds } from "../MatrixClientPeg";
|
import { IMatrixClientCreds } from "../MatrixClientPeg";
|
||||||
import { Kind as SetupEncryptionKind } from "../toasts/SetupEncryptionToast";
|
import { Kind as SetupEncryptionKind } from "../toasts/SetupEncryptionToast";
|
||||||
|
import { ISecretStorageKeyInfo } from 'matrix-js-sdk/src/matrix';
|
||||||
|
|
||||||
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
|
/* eslint-disable-next-line @typescript-eslint/no-unused-vars */
|
||||||
function examineLoginResponse(
|
function examineLoginResponse(
|
||||||
|
|
Loading…
Reference in a new issue