File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @onflow/typedefs " : patch
3+ ---
4+
5+ Fix statusString typedef
Original file line number Diff line number Diff line change 1-
21/**
32 * @typedef {object } Account
43 * @property {string } address - The address of the account
103102 * @typedef {object } TransactionStatus
104103 * @property {string } blockId - The ID of the Block the transaction is included in.
105104 * @property {number } status - The status code of the transaction.
106- * @property {number } statusString - The status as as descriptive text (e.g. "FINALIZED").
105+ * @property {string } statusString - The status as as descriptive text (e.g. "FINALIZED").
107106 * @property {string } errorMessage - The error message of the transaction.
108107 * @property {Array<Event> } events - The events for this result.
109108 */
115114 */
116115
117116// Needed for bundler to export this file
118- exports . unused = { } ;
117+ exports . unused = { }
You can’t perform that action at this time.
0 commit comments