update
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export interface User {
|
||||
id: string;
|
||||
username: string;
|
||||
fullName: string | null;
|
||||
email: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user