Interface ReportDropdownSelections

interface ReportDropdownSelections {
    [dropdownId: string]: string;
}

Indexable

[dropdownId: string]: string

Generated using TypeDoc