Skip to content

Commit

Permalink
fix typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
FitseTLT committed Nov 29, 2024
1 parent 10a75ac commit b818d54
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 @@ -338,7 +338,7 @@ type Transaction = OnyxCommon.OnyxValueWithOfflineFeedback<
errors?: OnyxCommon.Errors | ReceiptErrors;

/** Server side errors keyed by microtime */
errorFields?: OnyxCommon.ErrorFields<'route'> & OnyxCommon.ErrorFields<'routes'> & OnyxCommon.ErrorFields<'waypoints'>;
errorFields?: OnyxCommon.ErrorFields;

/** The name of the file used for a receipt (formerly receiptFilename) */
filename?: string;
Expand Down

0 comments on commit b818d54

Please sign in to comment.