imprpve active users chart
This commit is contained in:
parent
08d0a45ee7
commit
cc7a1808ec
6 changed files with 150 additions and 17 deletions
|
@ -9,6 +9,7 @@ type NonOptional<T> = T extends undefined ? never : T;
|
|||
|
||||
type SimpleUserInfo = {
|
||||
id: ILocalUser['id'];
|
||||
createdAt: ILocalUser['createdAt'];
|
||||
host: ILocalUser['host'];
|
||||
username: ILocalUser['username'];
|
||||
uri: ILocalUser['uri'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue