We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f9dbc7 commit acd3a4fCopy full SHA for acd3a4f
lib/typedef.js
@@ -187,7 +187,7 @@ const { ACTIONS } = Utils.ACTIONS;
187
/**
188
* @typedef {Object} NamedResourceData - { filename: "data.csv", data: "col1;col2\nval1;val2" }
189
* @property {string} filename - Filename referenced in the WOQL query
190
- * @property {string|Blob} data - Attached data, such as CSV contents
+ * @property {string|Blob|Buffer} data - Attached data, such as CSV contents
191
*/
192
193
0 commit comments