mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-11 17:42:48 +00:00
client - use mobx as state container
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
export interface UserModel {
|
||||
|
||||
access_token: string;
|
||||
battle_net_id: number;
|
||||
battletag: string;
|
||||
id: number;
|
||||
permissions: string;
|
||||
token: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user