mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-03 23:16:28 +09:00
imprpve active users chart
This commit is contained in:
@ -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'];
|
||||
|
Reference in New Issue
Block a user