really fix types

pull/21833/head
Hubert Chathi 2020-05-28 12:04:32 -04:00
parent 0859827910
commit dc4a2191c1
1 changed files with 1 additions and 1 deletions

View File

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