
export interface TabRow {
    tabName: string
    tabIcon?: string
    defaultChecked: boolean
}