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