mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-12 01:52:49 +00:00
client - user account page done
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { AvatarModel } from './avatar';
|
||||
|
||||
export interface CharacterModel {
|
||||
achievementPoints: number;
|
||||
battlegroup: string;
|
||||
@@ -10,4 +12,7 @@ export interface CharacterModel {
|
||||
race: number;
|
||||
realm: string;
|
||||
spec: any;
|
||||
|
||||
avatarList?: AvatarModel[];
|
||||
races?: number[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user