export interface BasicTabInterface { id: string; isSelected: boolean; name: string; }