Interface ReportSetupConfig

interface ReportSetupConfig {
    factSheetType?: string;
    [others: string]: any;
}

Indexable

[others: string]: any

Properties

Properties

factSheetType?: string

Generated using TypeDoc