export interface IUser { type: string | 'User'; login: string; }