import { LessonType } from './LessonType'; export interface Tab { 'old-tab-file'?: string | null; 'tab-data'?: string; 'tab-description'?: string | null; 'tab-file'?: string; 'tab-image'?: string; 'tab-title'?: string; 'tab-type'?: LessonType; }