Convert src/Login.js to TypeScript
This commit is contained in:
parent
48da4c2abd
commit
11eb9b59e6
2 changed files with 90 additions and 48 deletions
|
@ -40,7 +40,7 @@ export interface IMatrixClientCreds {
|
|||
userId: string;
|
||||
deviceId: string;
|
||||
accessToken: string;
|
||||
guest: boolean;
|
||||
guest?: boolean;
|
||||
pickleKey?: string;
|
||||
freshLogin?: boolean;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue