bt-core-app 2.0.233 → 2.0.235

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1248,6 +1248,7 @@ export declare interface ListProps<T, TSave, TReturn> {
1248
1248
 
1249
1249
  declare interface ListRefreshOptions {
1250
1250
  deepRefresh?: boolean;
1251
+ params?: any;
1251
1252
  resetSearch?: boolean;
1252
1253
  }
1253
1254