mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 07:23:09 +02:00
Update mios.ts
This commit is contained in:
parent
8b91502ab5
commit
0611058517
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export default class MiOS extends EventEmitter {
|
|||
/**
|
||||
* A signing user
|
||||
*/
|
||||
public i: any;
|
||||
public i: { [x: string]: any };
|
||||
|
||||
/**
|
||||
* Whether signed in
|
||||
|
|
Loading…
Reference in a new issue