export interface IPageBannerType { title: string; desc: string; url: string; showCloseIcon?: boolean; } export interface IMTab { name: string; icon?: string; tooltipText?: string; index?: number; }