mirror of
https://github.com/wgh136/nysoure.git
synced 2025-12-16 15:51:14 +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