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:
13
client/app/model/character.ts
Normal file
13
client/app/model/character.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export interface CharacterModel {
|
||||
achievementPoints: number;
|
||||
battlegroup: string;
|
||||
class: number;
|
||||
gender: number;
|
||||
guild: string;
|
||||
lastModified: number;
|
||||
level: number;
|
||||
name: string;
|
||||
race: number;
|
||||
realm: string;
|
||||
spec: any;
|
||||
}
|
||||
Reference in New Issue
Block a user