export interface TabOptions { id: number; name: string; checked: boolean; }