export interface ITableHeader { description: string; icon: string | ""; key: string; isActive: boolean; }