fix types
This commit is contained in:
parent
30120dc0c7
commit
0859827910
2 changed files with 4 additions and 3 deletions
|
@ -41,6 +41,7 @@ export interface IMatrixClientCreds {
|
|||
deviceId: string,
|
||||
accessToken: string,
|
||||
guest: boolean,
|
||||
pickleKey: string,
|
||||
}
|
||||
|
||||
// TODO: Move this to the js-sdk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue