Skip to content

Commit

Permalink
move down
Browse files Browse the repository at this point in the history
  • Loading branch information
grgia committed Oct 5, 2023
1 parent 3cae3c2 commit f827aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/onyx/Transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ type Transaction = {
reportID: string;
routes?: Routes;
transactionID: string;
parentTransactionID?: string;
tag: string;
pendingFields?: Partial<{[K in keyof Transaction]: ValueOf<typeof CONST.RED_BRICK_ROAD_PENDING_ACTION>}>;

/** Card Transactions */

parentTransactionID?: string;
reimbursable?: boolean;
/** The CC for this transaction */
cardID?: string;
Expand Down

0 comments on commit f827aa6

Please sign in to comment.