export interface ITab { label: string, id: string, delteable: boolean }