mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-27 11:40:08 +08: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
});