jspreadsheet 8.4.0 → 8.4.1

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
@@ -433,6 +433,8 @@ declare namespace jspreadsheet {
433
433
  license?: string,
434
434
  /** Worksheets */
435
435
  worksheets?: Array<Worksheet>;
436
+ /** Validations */
437
+ validations?: any;
436
438
  }
437
439
 
438
440
  interface Worksheet {