@zy-frontend/business 1.1.2 → 1.1.3

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.
@@ -2104,6 +2104,6 @@ export declare enum ZYTableSortOrder {
2104
2104
  ASCENDING = "ascending"
2105
2105
  }
2106
2106
 
2107
- export declare type ZYTableTableProps = Omit<TableProps<ZYTableData>, 'data'>;
2107
+ export declare type ZYTableTableProps = Omit<TableProps<Record<string, any>>, 'data'>;
2108
2108
 
2109
2109
  export { }