mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
Add user file statistic.
This commit is contained in:
@@ -5,7 +5,8 @@ export interface User {
|
||||
avatar_path: string;
|
||||
is_admin: boolean;
|
||||
can_upload: boolean;
|
||||
uploads_count: number;
|
||||
resources_count: number;
|
||||
files_count: number;
|
||||
comments_count: number;
|
||||
bio: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user