Skip to content

Commit acd3a4f

Browse files
committed
Fix typings
1 parent 4f9dbc7 commit acd3a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/typedef.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ const { ACTIONS } = Utils.ACTIONS;
187187
/**
188188
* @typedef {Object} NamedResourceData - { filename: "data.csv", data: "col1;col2\nval1;val2" }
189189
* @property {string} filename - Filename referenced in the WOQL query
190-
* @property {string|Blob} data - Attached data, such as CSV contents
190+
* @property {string|Blob|Buffer} data - Attached data, such as CSV contents
191191
*/
192192

193193
/**

0 commit comments

Comments
 (0)