export interface HeaderOptions { headerName: string; visibility: boolean; active: boolean; headerKey: string; routeLink?: string; routeParam?: string; }