mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
Add bio management feature with UI and backend support
This commit is contained in:
@@ -7,6 +7,7 @@ export interface User {
|
||||
can_upload: boolean;
|
||||
uploads_count: number;
|
||||
comments_count: number;
|
||||
bio: string;
|
||||
}
|
||||
|
||||
export interface UserWithToken extends User {
|
||||
|
Reference in New Issue
Block a user