Convert src/Lifecycle.ts to TypeScript
This commit is contained in:
parent
11eb9b59e6
commit
1b255e42c3
3 changed files with 81 additions and 57 deletions
|
@ -38,7 +38,7 @@ export interface IMatrixClientCreds {
|
|||
homeserverUrl: string;
|
||||
identityServerUrl: string;
|
||||
userId: string;
|
||||
deviceId: string;
|
||||
deviceId?: string;
|
||||
accessToken: string;
|
||||
guest?: boolean;
|
||||
pickleKey?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue