Skip to content

Commit 44d51ee

Browse files
committed
feat: add providerId to transactions
1 parent 36c37e4 commit 44d51ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types/transaction.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,6 @@ export type Transaction = {
140140
categoryId: string | null
141141
/** Operation type of the transaction */
142142
operationType: string | null
143+
/** Provider ID of the transaction. Only returned for Open Finance connectors */
144+
providerId: string | null
143145
}

0 commit comments

Comments
 (0)