import { ClassesViewSelectorReportV2 } from '../../commonStateTypes/selectorTypes/classesViewSelectorReport'; import { BalanceSheetReportViewCalculatedSectionID, BalanceSheetReportViewSectionID, SectionIdsWithSubSectionIds } from '../balanceSheet/balanceSheetSelectorTypes'; import { BalanceSheetClassesViewUIState } from './balanceSheetClassesViewState'; export interface BalanceSheetClassesViewReport extends ClassesViewSelectorReportV2 { rootSectionsWithSubSectionIds: SectionIdsWithSubSectionIds; uiState: BalanceSheetClassesViewUIState; }