mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 17:42:48 +00:00
client - wip user account page
This commit is contained in:
@@ -5,4 +5,9 @@ export interface UserModel {
|
||||
id: number;
|
||||
permissions: string;
|
||||
token: string;
|
||||
character_name?: string;
|
||||
character_class?: string;
|
||||
character_guild?: string;
|
||||
character_avatar?: string;
|
||||
character_realm?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user