export interface IUser { type: string; login: string; }