jspreadsheet 11.13.2 → 11.13.4

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
@@ -548,7 +548,7 @@ declare namespace jspreadsheet {
548
548
  /**
549
549
  * Cell value
550
550
  */
551
- interface Record {
551
+ interface CellRecord {
552
552
  /** Cached value of the cell */
553
553
  value: string | number | boolean | undefined;
554
554
  /** Coordinate X */