interface ViewModel {
    factSheets: FactSheetViewModel[];
    layouts: any;
}

Properties

Properties

factSheets: FactSheetViewModel[]
layouts: any

Generated using TypeDoc