Skip to content

Commit

Permalink
Add pending fields to transaction type
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolen committed Sep 26, 2023
1 parent 445c5d2 commit 78cd200
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types/onyx/Transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ type Transaction = {
modifiedCreated?: string;
modifiedCurrency?: string;
pendingAction: OnyxCommon.PendingAction;
pendingFields: {
comment: string;
};
receipt: {
receiptID?: number;
source?: string;
Expand Down

0 comments on commit 78cd200

Please sign in to comment.