export interface ITab {
    createdAt: Date;
    dv: string;
    dv9: string;
    fullTab: string;
    fullTab9: string;
    id: string;
    tabId: string;
    updatedAt: Date;
}
