mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-12 10:02:49 +00:00
9 lines
155 B
TypeScript
9 lines
155 B
TypeScript
export interface UserModel {
|
|
access_token: string;
|
|
battle_net_id: number;
|
|
battletag: string;
|
|
id: number;
|
|
permissions: string;
|
|
token: string;
|
|
}
|