export interface userInfo { avatar?: string|null, coutry?: string|null, id?: string, registered?: number, type?: string, username?: string, };