interface DataSourceBeingFiltered {
    dataSource: any;
}

Properties

Properties

dataSource: any