export interface IAuthInfo { userId: string; username: string; domain: string; }