Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -40,6 +40,7 @@ export interface User {
|
||||
email: string
|
||||
avatarColor: string
|
||||
avatarUrl?: string
|
||||
role?: "USER" | "MOD" | "ADMIN"
|
||||
createdAt: string
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user