1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

really fix types

This commit is contained in:
Hubert Chathi
2020-05-28 12:04:32 -04:00
parent 0859827910
commit dc4a2191c1

View File

@@ -41,7 +41,7 @@ export interface IMatrixClientCreds {
deviceId: string,
accessToken: string,
guest: boolean,
pickleKey: string,
pickleKey?: string,
}
// TODO: Move this to the js-sdk