mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
The filters in RefreshHints should be optional so there is no error when updating a single one such as:
this.dataView.setRefreshHints({
isFilterUnchanged: true
});