import { TabularReport } from './tabular-report'; import { ScreenType } from '../../../enlighten-lib/filters/condition-type'; import { AxFilter } from '../../filters/ax-filter'; export interface ITabularReportComponent { isEditable: boolean; tabularReport: TabularReport; isDirty: boolean; x1ImageMediaUrl: string; elementGuid: string; screenType: ScreenType; drillThroughParentType: ScreenType; drillThroughFilterInput: AxFilter; userEmail: string; x1MediaUrl: string; appVersionId: number; }