export interface userSelected { id?: number; name?: string; count?: number; hidden?: boolean; isSelected?: boolean; avatar?: string; }