You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Convert src/Lifecycle.ts to TypeScript
This commit is contained in:
@@ -38,7 +38,7 @@ export interface IMatrixClientCreds {
|
||||
homeserverUrl: string;
|
||||
identityServerUrl: string;
|
||||
userId: string;
|
||||
deviceId: string;
|
||||
deviceId?: string;
|
||||
accessToken: string;
|
||||
guest?: boolean;
|
||||
pickleKey?: string;
|
||||
|
||||
Reference in New Issue
Block a user