import { IndicatorForBODMAS } from '../DashboardConfig/IndicatorsForBODMAS'; export interface IBODMASConfiguration { formula?: string; showExample?: boolean; indicatorList?: IndicatorForBODMAS[]; showWarningForDashboardConfig?: boolean; labelForIndicatorList?: string; shortNameForOperands?: string; }