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