Convert src/Lifecycle.ts to TypeScript

This commit is contained in:
J. Ryan Stinnett
2020-10-07 12:53:59 +01:00
parent 11eb9b59e6
commit 1b255e42c3
3 changed files with 81 additions and 57 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export interface IMatrixClientCreds {
homeserverUrl: string;
identityServerUrl: string;
userId: string;
deviceId: string;
deviceId?: string;
accessToken: string;
guest?: boolean;
pickleKey?: string;