@hybr1d-tech/charizard 0.7.106 → 0.7.107

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
@@ -2573,6 +2573,7 @@ declare type TableCustomColumns = {
2573
2573
  id: string;
2574
2574
  label: string;
2575
2575
  checked: boolean;
2576
+ group?: string;
2576
2577
  }>;
2577
2578
  is_default: boolean;
2578
2579
  table_name: string;