import { TabItemConfig } from "./tab-item-config.model"; export interface TabsConfig { isChildPath?: boolean; tabs: Array; }