jspreadsheet 10.0.13 → 10.0.15

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
@@ -102,8 +102,8 @@ declare namespace jspreadsheet {
102
102
  user_id?: number,
103
103
  // User name
104
104
  name?: string,
105
- // User image
106
- image?: string,
105
+ // Comment content
106
+ comments?: string,
107
107
  // Date of the comments
108
108
  date?: string,
109
109
  }