@factorialco/f0-react 1.265.0 → 1.266.0

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.
@@ -3771,8 +3771,8 @@ declare type OneDataCollectionProps<R extends RecordType, Filters extends Filter
3771
3771
  /** Key for the data collection settings and state, must be unique for each data collection and contain the version e.g. "employees/v1"
3772
3772
  */
3773
3773
  id?: string;
3774
- /** Storage for the data collection settings and state */
3775
- storage?: {
3774
+ /** Storage for the data collection settings and state: use false to disable the storage */
3775
+ storage?: false | {
3776
3776
  /** Features for the data collection storage , for example you can disable the storage for the data collection filters state
3777
3777
  * You can use "*" for all features and ! to disable a feature
3778
3778
  *