rez-table-listing-mui 1.3.13 → 1.3.14

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
@@ -155,7 +155,6 @@ interface FilterStateProps {
155
155
  filter_attribute: string;
156
156
  filter_operator: string;
157
157
  filter_value: string | string[];
158
- id: string | number;
159
158
  filter_attribute_name: string | undefined;
160
159
  filter_attribute_data_type: FilterInputDataTypes | undefined;
161
160
  attribute_key?: string;