1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-12 10:02:49 +00:00
Files
classic-wow-forums/client/app/model/user.ts

9 lines
155 B
TypeScript

export interface UserModel {
access_token: string;
battle_net_id: number;
battletag: string;
id: number;
permissions: string;
token: string;
}