fix types

This commit is contained in:
Hubert Chathi 2020-05-28 11:56:48 -04:00
parent 30120dc0c7
commit 0859827910
2 changed files with 4 additions and 3 deletions

View file

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