Skip to content

Commit 8f924d8

Browse files
author
Jörgen Thudén
authored
fix(types): make OriginatedAchTransaction.addenda optional (#177)
1 parent 10852e5 commit 8f924d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/transactions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export type OriginatedAchTransaction = BaseTransaction & {
100100
/**
101101
* Optional, additional transaction description.
102102
*/
103-
addenda: string
103+
addenda?: string
104104

105105
/**
106106
* The party on the other end of the transaction.

0 commit comments

Comments
 (0)