import { UrlContract } from '../../url.contract'; export interface TabsContract{ id?: number; type: 'tabs' | 'piils'; names: string[] | UrlContract[]; }